projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied [ 594925 ] Implement wxArtProvider and XRC together
[wxWidgets.git]
/
include
/
wx
/
generic
/
notebook.h
diff --git
a/include/wx/generic/notebook.h
b/include/wx/generic/notebook.h
index 53582ba352c9f344055a6903be6900195091d07a..b1d966034618abfea3f4501d35b2e1998d4d9d8d 100644
(file)
--- a/
include/wx/generic/notebook.h
+++ b/
include/wx/generic/notebook.h
@@
-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;