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:
Vadim Zeitlin
2007-11-20 15:57:51 +00:00
parent e4346967a2
commit c944775f72
4 changed files with 76 additions and 10 deletions

View File

@@ -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
-----