]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/notebook.h
Explicitly call wxObject ctor in wxColourPropertyValue ctors
[wxWidgets.git] / include / wx / osx / carbon / notebook.h
index 49750b84398099caf2eca6601530c893387b0be7..6a7d4a2e4458d4091c6bd69fbe315f93650a6970 100644 (file)
@@ -117,7 +117,9 @@ public:
   // base class virtuals
   // -------------------
   virtual void Command(wxCommandEvent& event);
-    virtual wxInt32 MacControlHit(WXEVENTHANDLERREF handler, WXEVENTREF event);
+    // osx specific event handling common for all osx-ports
+    
+    virtual bool        HandleClicked( double timestampsec );
 
 protected:
   virtual wxNotebookPage *DoRemovePage(size_t page) ;