From 89e59df375a02adca0180d6286b1d3b3f7526d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 12 Aug 2008 15:49:30 +0000 Subject: [PATCH] fixed alphabetical order git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/notebook.tex | 24 ++++++++++++------------ docs/latex/wx/treebook.tex | 26 +++++++++++++------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/latex/wx/notebook.tex b/docs/latex/wx/notebook.tex index 3a714b6f18..3a821f6717 100644 --- a/docs/latex/wx/notebook.tex +++ b/docs/latex/wx/notebook.tex @@ -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. - diff --git a/docs/latex/wx/treebook.tex b/docs/latex/wx/treebook.tex index 43e65e1b52..684c187d6b 100644 --- a/docs/latex/wx/treebook.tex +++ b/docs/latex/wx/treebook.tex @@ -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. -