projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add IsShown() accessor which is sometimes more convenient than IsHidden()
[wxWidgets.git]
/
include
/
wx
/
os2
/
notebook.h
diff --git
a/include/wx/os2/notebook.h
b/include/wx/os2/notebook.h
index 30a3a810312a7f3415f97070f156a997206e8003..83b964c0bf0f63f352866cb59101f35dd33dc132 100644
(file)
--- a/
include/wx/os2/notebook.h
+++ b/
include/wx/os2/notebook.h
@@
-23,7
+23,7
@@
// wxNotebook
// ----------------------------------------------------------------------------
// wxNotebook
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxNotebook : public wxNotebookBase
+class WXDLL
IMPEXP_CORE
wxNotebook : public wxNotebookBase
{
public:
//
{
public:
//
@@
-66,6
+66,9
@@
public:
//
int SetSelection(size_t nPage);
//
int SetSelection(size_t nPage);
+ // changes selected page without sending events
+ int ChangeSelection(size_t nPage);
+
//
// Get the currently selected page
//
//
// Get the currently selected page
//
@@
-152,7
+155,7
@@
public:
// ---------
//
void OnSize(wxSizeEvent& rEvent);
// ---------
//
void OnSize(wxSizeEvent& rEvent);
- void OnSelChange(wx
Notebook
Event& rEvent);
+ void OnSelChange(wx
BookCtrl
Event& rEvent);
void OnSetFocus(wxFocusEvent& rEvent);
void OnNavigationKey(wxNavigationKeyEvent& rEvent);
void OnSetFocus(wxFocusEvent& rEvent);
void OnNavigationKey(wxNavigationKeyEvent& rEvent);