]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/notebook.h
Fix recurring typo in "theming".
[wxWidgets.git] / include / wx / osx / notebook.h
index 6a7d4a2e4458d4091c6bd69fbe315f93650a6970..3be36587add0bd504bffe96c82d37f973609f0b0 100644 (file)
@@ -82,7 +82,7 @@ public:
 
   // hit test
   virtual int HitTest(const wxPoint& pt, long *flags = NULL) const;
-  
+
   // calculate size for wxNotebookSizer
   wxSize CalcSizeFromPage(const wxSize& sizePage) const;
   wxRect GetPageRect() const ;
@@ -118,8 +118,8 @@ public:
   // -------------------
   virtual void Command(wxCommandEvent& event);
     // osx specific event handling common for all osx-ports
-    
-    virtual bool        HandleClicked( double timestampsec );
+
+    virtual bool        OSXHandleClicked( double timestampsec );
 
 protected:
   virtual wxNotebookPage *DoRemovePage(size_t page) ;