]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/scrolbar.h
don't do anything in SetWindowMenu() if we're setting the same menu as we already...
[wxWidgets.git] / include / wx / osx / scrolbar.h
index cd325953156c6b583295abdaa242e9d9b7c9fb73..70850d166e3aad9f870cfc12118a066e04bb7e19 100644 (file)
@@ -48,12 +48,8 @@ public:
 
     // implementation only from now on
     void Command(wxCommandEvent& event);
-#if wxOSX_USE_CARBON
-    virtual void MacHandleControlClick( WXWidget control ,
-                                        wxInt16 controlpart ,
-                                        bool mouseStillDown ) ;
-#endif
-    virtual bool HandleClicked( double timestampsec );
+    virtual void TriggerScrollEvent( wxEventType scrollEvent ) ;
+    virtual bool OSXHandleClicked( double timestampsec );
 protected:
     virtual wxSize DoGetBestSize() const;