minor updates/clarifications to the wxNotebook docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,7 +188,13 @@ Returns the number of rows in the notebook control.
|
||||
|
||||
\constfunc{int}{GetSelection}{\void}
|
||||
|
||||
Returns the currently selected page, or -1 if none was selected.
|
||||
Returns the currently selected page, or $-1$ if none was selected.
|
||||
|
||||
Note that this method may return either the previously or newly selected page
|
||||
when called from the {\tt EVT\_NOTEBOOK\_PAGE\_CHANGED} handler depending on
|
||||
the platform and so\rtfsp
|
||||
\helpref{wxNotebookEvent::GetSelection}{wxnotebookeventgetselection} should be
|
||||
used instead in this case.
|
||||
|
||||
\membersection{wxNotebook::InsertPage}\label{wxnotebookinsertpage}
|
||||
|
||||
|
Reference in New Issue
Block a user