Applied patch [ 592063 ] generic notebook does not OnSelChanging

Misc other mods


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-08-08 08:54:49 +00:00
parent c266945cab
commit 1c507b171a
4 changed files with 39 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ public:
// Called when a tab is activated
virtual void OnTabActivate(int activateId, int deactivateId);
// Allows vetoing
virtual bool OnTabPreActivate(int activateId, int deactivateId);
protected:
wxNotebook* m_notebook;