]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
Added EVT_JOY_BUTTON_... macros as per the manual,
[wxWidgets.git] / include / wx / generic / notebook.h
index 53582ba352c9f344055a6903be6900195091d07a..b1d966034618abfea3f4501d35b2e1998d4d9d8d 100644 (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;