fixed alphabetical order
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -170,6 +170,18 @@ the list.
|
||||
\helpref{SetImageList}{wxnotebooksetimagelist}
|
||||
|
||||
|
||||
\membersection{wxNotebook::ChangeSelection}\label{wxnotebookchangeselection}
|
||||
|
||||
\func{int}{ChangeSelection}{\param{size\_t}{ page}}
|
||||
|
||||
Changes the selection for the given page, returning the previous selection.
|
||||
|
||||
The call to this function \emph{does not} generate the page changing events.
|
||||
This is the only difference with \helpref{SetSelection}{wxnotebooksetselection}.
|
||||
See \helpref{this topic}{progevent} for more info.
|
||||
|
||||
|
||||
|
||||
\membersection{wxNotebook::Create}\label{wxnotebookcreate}
|
||||
|
||||
\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
|
||||
@@ -410,15 +422,3 @@ This function is deprecated and should not be used in new code. Please use the
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxNotebook::GetSelection}{wxnotebookgetselection}
|
||||
|
||||
|
||||
\membersection{wxNotebook::ChangeSelection}\label{wxnotebookchangeselection}
|
||||
|
||||
\func{int}{ChangeSelection}{\param{size\_t}{ page}}
|
||||
|
||||
Changes the selection for the given page, returning the previous selection.
|
||||
|
||||
The call to this function \emph{does not} generate the page changing events.
|
||||
This is the only difference with \helpref{SetSelection}{wxnotebooksetselection}.
|
||||
See \helpref{this topic}{progevent} for more info.
|
||||
|
||||
|
@@ -130,6 +130,19 @@ Sets the image list for the page control and takes ownership of the list.
|
||||
|
||||
|
||||
|
||||
\membersection{wxTreebook::ChangeSelection}\label{wxtreebookchangeselection}
|
||||
|
||||
\func{int}{ChangeSelection}{\param{size\_t}{ page}}
|
||||
|
||||
Changes the selection for the given page, returning the previous selection.
|
||||
|
||||
The call to this function \emph{does not} generate the page changing events.
|
||||
This is the only difference with \helpref{SetSelection}{wxtreebooksetselection}.
|
||||
See \helpref{this topic}{progevent} for more info.
|
||||
|
||||
|
||||
|
||||
|
||||
\membersection{wxTreebook::CollapseNode}\label{wxtreebookcollapsenode}
|
||||
|
||||
\func{bool}{CollapseNode}{\param{size\_t }{pageId}}
|
||||
@@ -277,16 +290,3 @@ This function is deprecated and should not be used in new code. Please use the
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxTreebook::GetSelection}{wxtreebookgetselection}
|
||||
|
||||
|
||||
|
||||
\membersection{wxTreebook::ChangeSelection}\label{wxtreebookchangeselection}
|
||||
|
||||
\func{int}{ChangeSelection}{\param{size\_t}{ page}}
|
||||
|
||||
Changes the selection for the given page, returning the previous selection.
|
||||
|
||||
The call to this function \emph{does not} generate the page changing events.
|
||||
This is the only difference with \helpref{SetSelection}{wxtreebooksetselection}.
|
||||
See \helpref{this topic}{progevent} for more info.
|
||||
|
||||
|
Reference in New Issue
Block a user