]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/listbox.h
Partially applied patch [ 531199 ] new EVT_MOVING and EVT_SIZING
[wxWidgets.git] / include / wx / mac / listbox.h
index 0d8f38b53e626e0d28ae0a2fc43887860478a3c3..ed538622dd5e6a9c06096b0c3275f84a89ee2689 100644 (file)
@@ -123,9 +123,9 @@ public:
 protected:
     void            MacDestroy() ;
     void            MacDelete( int n ) ;
-    void            MacInsert( int n , const char * text) ;
-    void            MacAppend( const char * text) ;
-    void            MacSet( int n , const char *text ) ;
+    void            MacInsert( int n , const wxString& item) ;
+    void            MacAppend( const wxString& item) ;
+    void            MacSet( int n , const wxString& item ) ;
     void            MacClear() ;
     void            MacSetSelection( int n , bool select ) ;
     int             MacGetSelection() const ;