- void SetLabel( const int item, const wxString& label );
- void SetLabel( const int item, wxBitmap *bitmap );
- wxString GetLabel( const int item ) const;
- bool Show( const bool show );
- void Enable( const bool enable );
- void Enable( const int item, const bool enable );
- void Show( const int item, const bool show );
+ void SetLabel( int item, const wxString& label );
+ void SetLabel( int item, wxBitmap *bitmap );
+ wxString GetLabel( int item ) const;
+ bool Show( bool show );
+ void Enable( bool enable );
+ void Enable( int item, bool enable );
+ void Show( int item, bool show );