]> 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 77c0f27209ffc97c07e43385b01f9c191ba923ca..d5aa80277db3cff8447bdea33ebf517410ab02ee 100644 (file)
@@ -125,20 +125,22 @@ 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
-
-    virtual void    SetupColours();
-    virtual void    MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
-       virtual bool MacCanFocus() const { return true ; }
+#if !__WXMAC_OSX__
     void OnChar(wxKeyEvent& event);
+#endif
 
     void*           m_macList ;
     wxArrayString   m_stringArray ;
     wxListDataArray m_dataArray ;
     wxArrayInt      m_selectionPreImage ;
+    
     void            MacSetRedraw( bool doDraw ) ;
 protected:
-    void            MacDestroy() ;
     void            MacDelete( int n ) ;
     void            MacInsert( int n , const wxString& item) ;
     void            MacAppend( const wxString& item) ;
@@ -149,12 +151,12 @@ 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() ;
 
-    // do we have multiple selections?
-    bool HasMultipleSelection() const;
 
     // free memory (common part of Clear() and dtor)
     // prevent collision with some BSD definitions of macro Free()