cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,27 +114,12 @@ protected:
|
|||||||
virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
|
virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
|
||||||
virtual int DoListHitTest(const wxPoint& point) const;
|
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)
|
// free memory (common part of Clear() and dtor)
|
||||||
// prevent collision with some BSD definitions of macro Free()
|
// prevent collision with some BSD definitions of macro Free()
|
||||||
void FreeData();
|
void FreeData();
|
||||||
|
|
||||||
unsigned int m_noItems;
|
unsigned int m_noItems;
|
||||||
int m_selected;
|
|
||||||
bool m_suppressSelection ;
|
|
||||||
|
|
||||||
virtual wxSize DoGetBestSize() const;
|
virtual wxSize DoGetBestSize() const;
|
||||||
|
|
||||||
// common creation for all databrowser list implementations
|
// common creation for all databrowser list implementations
|
||||||
|
Reference in New Issue
Block a user