- virtual void DoSetItemClientData(int n, void* clientData);
- virtual void* DoGetItemClientData(int n) const;
- virtual void DoSetItemClientObject(int n, wxClientData* clientData);
- virtual wxClientData* DoGetItemClientObject(int n) const;
- virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
-
- void MacDelete( int n ) ;
- void MacInsert( int n , const wxString& item) ;
- void MacAppend( const wxString& item) ;
- void MacSet( int n , const wxString& item ) ;
- void MacClear() ;
- void MacDeselectAll() ;
- void MacSetSelection( int n , bool select ) ;
- int MacGetSelection() const ;
- int MacGetSelections(wxArrayInt& aSelections) const ;
- bool MacIsSelected( int n ) const ;
- void MacScrollTo( int n ) ;
- bool MacSuppressSelection( bool suppress ) ;