]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/choice.h
don't draw borders for bitmap buttons with wxBORDER_NONE style
[wxWidgets.git] / include / wx / osx / choice.h
index 829843be36a71743558ed2aae8b869294f8736b9..c69ab6693157c21785998caeeaa7e3982a750ff5 100644 (file)
@@ -78,7 +78,7 @@ public:
     virtual void SetString(unsigned int pos, const wxString& s);
     // osx specific event handling common for all osx-ports
     
-    virtual bool        HandleClicked( double timestampsec );
+    virtual bool        OSXHandleClicked( double timestampsec );
 
 protected:
     virtual void DoDeleteOneItem(unsigned int n);