added wxWindow::GetPrev/NextSibling()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -272,6 +272,14 @@ wxX11:
|
||||
- Make Enter key activate the default button (David Hart).
|
||||
|
||||
|
||||
2.8.8
|
||||
-----
|
||||
|
||||
All (GUI):
|
||||
|
||||
- Added wxWindow::GetNextSibling() and GetPrevSibling()
|
||||
|
||||
|
||||
2.8.7
|
||||
-----
|
||||
|
||||
|
@@ -1197,6 +1197,20 @@ name in the window constructor or via \helpref{wxWindow::SetName}{wxwindowsetnam
|
||||
\helpref{wxWindow::SetName}{wxwindowsetname}
|
||||
|
||||
|
||||
\membersection{wxWindow::GetNextSibling}\label{wxwindowgetnextsibling}
|
||||
|
||||
\constfunc{wxWindow *}{GetNextSibling}{\void}
|
||||
|
||||
Returns the next window after this one among the parent children or \NULL if
|
||||
this window is the last child.
|
||||
|
||||
\newsince{2.8.8}
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{GetPrevSibling}{wxwindowgetprevsibling}
|
||||
|
||||
|
||||
\membersection{wxWindow::GetParent}\label{wxwindowgetparent}
|
||||
|
||||
\constfunc{virtual wxWindow*}{GetParent}{\void}
|
||||
@@ -1270,6 +1284,20 @@ method:\par
|
||||
\helpref{GetScreenPosition}{wxwindowgetscreenposition}
|
||||
|
||||
|
||||
\membersection{wxWindow::GetPrevSibling}\label{wxwindowgetprevsibling}
|
||||
|
||||
\constfunc{wxWindow *}{GetPrevSibling}{\void}
|
||||
|
||||
Returns the previous window before this one among the parent children or \NULL if
|
||||
this window is the first child.
|
||||
|
||||
\newsince{2.8.8}
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{GetNextSibling}{wxwindowgetnextsibling}
|
||||
|
||||
|
||||
\membersection{wxWindow::GetRect}\label{wxwindowgetrect}
|
||||
|
||||
\constfunc{virtual wxRect}{GetRect}{\void}
|
||||
|
Reference in New Issue
Block a user