From: Stefan Csomor Date: Mon, 10 Apr 2006 11:45:54 +0000 (+0000) Subject: cleanup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/37c287c49c9e9315afa58b23f383828c6c988dc6 cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/listbox.h b/include/wx/mac/carbon/listbox.h index 6826f1d997..91a7e596be 100644 --- a/include/wx/mac/carbon/listbox.h +++ b/include/wx/mac/carbon/listbox.h @@ -114,27 +114,12 @@ protected: virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO); virtual int DoListHitTest(const wxPoint& point) const; - 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 ) ; - // free memory (common part of Clear() and dtor) // prevent collision with some BSD definitions of macro Free() void FreeData(); unsigned int m_noItems; - int m_selected; - bool m_suppressSelection ; - + virtual wxSize DoGetBestSize() const; // common creation for all databrowser list implementations