projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use const
[wxWidgets.git]
/
include
/
wx
/
os2
/
notebook.h
diff --git
a/include/wx/os2/notebook.h
b/include/wx/os2/notebook.h
index 30a3a810312a7f3415f97070f156a997206e8003..af22bc4b54fb96a71ebf4179441e7cbb0914c7e5 100644
(file)
--- a/
include/wx/os2/notebook.h
+++ b/
include/wx/os2/notebook.h
@@
-66,6
+66,9
@@
public:
//
int SetSelection(size_t nPage);
+ // changes selected page without sending events
+ int ChangeSelection(size_t nPage);
+
//
// Get the currently selected page
//