]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/notebook.h
wxColour -> NSColor conversion.
[wxWidgets.git] / include / wx / os2 / notebook.h
index af22bc4b54fb96a71ebf4179441e7cbb0914c7e5..83b964c0bf0f63f352866cb59101f35dd33dc132 100644 (file)
@@ -23,7 +23,7 @@
 // wxNotebook
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxNotebook : public wxNotebookBase
+class WXDLLIMPEXP_CORE wxNotebook : public wxNotebookBase
 {
 public:
     //
@@ -155,7 +155,7 @@ public:
     // ---------
     //
     void OnSize(wxSizeEvent& rEvent);
-    void OnSelChange(wxNotebookEvent& rEvent);
+    void OnSelChange(wxBookCtrlEvent& rEvent);
     void OnSetFocus(wxFocusEvent& rEvent);
     void OnNavigationKey(wxNavigationKeyEvent& rEvent);