]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/choice.h
wxGraphicsRenderer::CreateContextFromImage is not static
[wxWidgets.git] / include / wx / osx / choice.h
index 829843be36a71743558ed2aae8b869294f8736b9..3e8898373c63d40c2b7273d9fb2e2237615a9179 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/carbon/choice.h
+// Name:        wx/osx/choice.h
 // Purpose:     wxChoice class
 // Author:      Stefan Csomor
 // Modified by:
@@ -17,8 +17,6 @@
 #include  "wx/dynarray.h"
 #include  "wx/arrstr.h"
 
-WXDLLIMPEXP_DATA_CORE(extern const char) wxChoiceNameStr[];
-
 WX_DEFINE_ARRAY( char * , wxChoiceDataArray ) ;
 
 // Choice item
@@ -77,8 +75,8 @@ public:
     virtual wxString GetString(unsigned int n) const ;
     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);