Typos in documentation
list and tree ctrl now actually set the text themselves and no longer crash various compile fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -174,6 +174,7 @@
|
||||
\input sashwin.tex
|
||||
\input screendc.tex
|
||||
\input scrolbar.tex
|
||||
\input scrlwevt.tex
|
||||
\input scrolevt.tex
|
||||
\input scrolwin.tex
|
||||
\input sngchdlg.tex
|
||||
|
@@ -1393,9 +1393,9 @@ void MyWindow::OnPaint(wxPaintEvent& event)
|
||||
|
||||
\membersection{wxWindow::OnScroll}\label{wxwindowonscroll}
|
||||
|
||||
\func{void}{OnScroll}{\param{wxScrollEvent\& }{event}}
|
||||
\func{void}{OnScroll}{\param{wxScrollWinEvent\& }{event}}
|
||||
|
||||
Called when a scroll event is received from one of the window's built-in scrollbars.
|
||||
Called when a scroll window event is received from one of the window's built-in scrollbars.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
@@ -1411,7 +1411,7 @@ for horizontal events).
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxScrollEvent}{wxscrollevent},\rtfsp
|
||||
\helpref{wxScrollWinEvent}{wxscrollwinevent},\rtfsp
|
||||
\helpref{Event handling overview}{eventhandlingoverview}
|
||||
|
||||
\membersection{wxWindow::OnSetFocus}\label{wxwindowonsetfocus}
|
||||
|
Reference in New Issue
Block a user