]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/listbox.h
cleanups, proper event handling/cleanup
[wxWidgets.git] / include / wx / mac / carbon / listbox.h
index ecb867cdd36d14b61a06008265843808818d8f77..d5aa80277db3cff8447bdea33ebf517410ab02ee 100644 (file)
@@ -125,16 +125,19 @@ public:
     int GetItemIndex(wxOwnerDrawn *item) const { return m_aItems.Index(item); }
 #endif // wxUSE_OWNER_DRAWN
 
+    
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // Windows callbacks
-
+#if !__WXMAC_OSX__
     void OnChar(wxKeyEvent& event);
+#endif
 
     void*           m_macList ;
     wxArrayString   m_stringArray ;
     wxListDataArray m_dataArray ;
     wxArrayInt      m_selectionPreImage ;
-    wxArrayLong     m_idArray ;
-    wxUint32        m_nextId ;
     
     void            MacSetRedraw( bool doDraw ) ;
 protected:
@@ -148,7 +151,9 @@ protected:
     int             MacGetSelections(wxArrayInt& aSelections) const ;
     bool            MacIsSelected( int n ) const ;
     void            MacScrollTo( int n ) ;
+#if !__WXMAC_OSX__
     void            OnSize( wxSizeEvent &size ) ;
+#endif
     void            MacDoClick() ;
     void            MacDoDoubleClick() ;