Added AdvanceSelection, ShowWindowMenu and keyboard handling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-08-16 16:19:22 +00:00
parent c39dee2331
commit a99f59788c
5 changed files with 580 additions and 11 deletions

View File

@@ -27,12 +27,29 @@
# public symbols added in 2.8.5 (please keep in alphabetical order):
@WX_VERSION_TAG@.5 {
global:
*wxAuiTabContainer*IsTabVisible*;
*wxAuiTabContainer*MakeTabVisible*;
*wxAuiTabCtrl*IsDragging*;
*wxAuiTabCtrl*OnChar*;
*wxAuiTabCtrl*OnKillFocus*;
*wxAuiTabCtrl*OnMiddleDown*;
*wxAuiTabCtrl*OnMiddleUp*;
*wxAuiTabCtrl*OnRightDown*;
*wxAuiTabCtrl*OnRightUp*;
*wxAuiTabCtrl*OnSetFocus*;
*wxAuiNotebook*AdvanceSelection*;
*wxAuiNotebook*GetHeightForPageHeight*;
*wxAuiNotebook*GetTabCtrlHeight*;
*wxAuiNotebook*OnTabMiddleDown*;
*wxAuiNotebook*OnTabMiddleUp*;
*wxAuiNotebook*OnTabRightDown*;
*wxAuiNotebook*OnTabRightUp*;
*wxAuiNotebook*OnNavigationKey*;
*wxAuiNotebook*SetFont*;
*wxAuiNotebook*SetMeasuringFont*;
*wxAuiNotebook*SetNormalFont*;
*wxAuiNotebook*SetSelectedFont*;
*wxAuiNotebook*ShowWindowMenu*;
*wxDocument*GetUserReadableName*;
*wxHtmlEasyPrinting*GetParentWindow*;
*wxHtmlEasyPrinting*SetParentWindow*;