]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/notebook.h
Made toolbars sticky, i.e. you need to drag them
[wxWidgets.git] / include / wx / mac / carbon / notebook.h
index ae67da07cffbe033be0595135f0b642d2f51e88c..234fbf2aba3e49d5761b0fee17490f865f47848f 100644 (file)
@@ -114,9 +114,10 @@ public:
   // base class virtuals
   // -------------------
   virtual void Command(wxCommandEvent& event);
+    virtual wxInt32 MacControlHit(WXEVENTHANDLERREF handler, WXEVENTREF event);
+
 protected:
   virtual wxNotebookPage *DoRemovePage(size_t page) ;
-  virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
   // common part of all ctors
   void Init();