X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaaa6a06a25774c18d10bb8182cc1934ed0ed9aa..0d57be459406c2830f6abc9d99ae99166c6d133b:/docs/latex/wx/scrolwin.tex diff --git a/docs/latex/wx/scrolwin.tex b/docs/latex/wx/scrolwin.tex index 2d186c8294..631761b8a7 100644 --- a/docs/latex/wx/scrolwin.tex +++ b/docs/latex/wx/scrolwin.tex @@ -130,8 +130,7 @@ scrolling in that direction. \wxheading{See also} \helpref{wxScrolledWindow::SetScrollbars}{wxscrolledwindowsetscrollbars},\rtfsp -\helpref{wxScrolledWindow::GetVirtualSize}{wxscrolledwindowgetvirtualsize},\rtfsp -\helpref{wxWindow::GetScrollPage}{wxwindowgetscrollpage} +\helpref{wxScrolledWindow::GetVirtualSize}{wxscrolledwindowgetvirtualsize} \membersection{wxScrolledWindow::GetVirtualSize}\label{wxscrolledwindowgetvirtualsize} @@ -155,8 +154,7 @@ to translate these units to logical units. \wxheading{See also} \helpref{wxScrolledWindow::SetScrollbars}{wxscrolledwindowsetscrollbars},\rtfsp -\helpref{wxScrolledWindow::GetScrollPixelsPerUnit}{wxscrolledwindowgetscrollpixelsperunit},\rtfsp -\helpref{wxWindow::GetScrollPage}{wxwindowgetscrollpage} +\helpref{wxScrolledWindow::GetScrollPixelsPerUnit}{wxscrolledwindowgetscrollpixelsperunit} \membersection{wxScrolledWindow::IsRetained}\label{wxscrolledwindowisretained} @@ -178,7 +176,7 @@ outside of OnDraw (via OnPaint), or you wish to implement OnPaint yourself, you call this function yourself. For example: \begin{verbatim} -void MyCanvas::OnEvent(wxMouseEvent& event) +void MyWindow::OnEvent(wxMouseEvent& event) { wxClientDC dc(this); PrepareDC(dc);