projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more tests: OS/user info functions
[wxWidgets.git]
/
src
/
mac
/
notebook.cpp
diff --git
a/src/mac/notebook.cpp
b/src/mac/notebook.cpp
index a4f93917eb93c6a26ecb3eae157a7d41bcbc9093..3cb269c3cce1d5054d3974f186c7cf8b7af40c1d 100644
(file)
--- a/
src/mac/notebook.cpp
+++ b/
src/mac/notebook.cpp
@@
-41,7
+41,6
@@
const short kwxMacTabBottomMargin = 16 ;
// event table
// ----------------------------------------------------------------------------
// event table
// ----------------------------------------------------------------------------
-#if !USE_SHARED_LIBRARIES
BEGIN_EVENT_TABLE(wxNotebook, wxControl)
EVT_NOTEBOOK_PAGE_CHANGED(-1, wxNotebook::OnSelChange)
BEGIN_EVENT_TABLE(wxNotebook, wxControl)
EVT_NOTEBOOK_PAGE_CHANGED(-1, wxNotebook::OnSelChange)
@@
-52,7
+51,6
@@
END_EVENT_TABLE()
IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxNotebookEvent, wxCommandEvent)
IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxNotebookEvent, wxCommandEvent)
-#endif
// ============================================================================
// implementation
// ============================================================================
// implementation