context help for notebook pages tests added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -52,6 +52,10 @@ public:
|
||||
void OnAddSubPage(wxCommandEvent& event);
|
||||
void OnAddPageBefore(wxCommandEvent& event);
|
||||
|
||||
#if wxUSE_HELP
|
||||
void OnContextHelp(wxCommandEvent& event);
|
||||
#endif // wxUSE_HELP
|
||||
|
||||
void OnHitTest(wxCommandEvent& event);
|
||||
|
||||
void OnBookCtrl(wxBookCtrlBaseEvent& event);
|
||||
@@ -144,6 +148,9 @@ enum ID_COMMANDS
|
||||
ID_ADD_PAGE_BEFORE,
|
||||
ID_ADD_SUB_PAGE,
|
||||
|
||||
#if wxUSE_HELP
|
||||
ID_CONTEXT_HELP,
|
||||
#endif // wxUSE_HELP
|
||||
ID_HITTEST
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user