]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/listbox.h
Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
[wxWidgets.git] / include / wx / mac / carbon / listbox.h
index 77c0f27209ffc97c07e43385b01f9c191ba923ca..d471bb7940e76a4faaee0392ea521e3a07bad8f6 100644 (file)
@@ -127,7 +127,6 @@ public:
 
     // Windows callbacks
 
-    virtual void    SetupColours();
     virtual void    MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
        virtual bool MacCanFocus() const { return true ; }
     void OnChar(wxKeyEvent& event);
@@ -136,9 +135,11 @@ public:
     wxArrayString   m_stringArray ;
     wxListDataArray m_dataArray ;
     wxArrayInt      m_selectionPreImage ;
+    wxArrayLong     m_idArray ;
+    wxUint32        m_nextId ;
+    
     void            MacSetRedraw( bool doDraw ) ;
 protected:
-    void            MacDestroy() ;
     void            MacDelete( int n ) ;
     void            MacInsert( int n , const wxString& item) ;
     void            MacAppend( const wxString& item) ;