void SetLabel( const wxString &label );
virtual void SetLabel( const wxBitmap& bitmap ) { SetBitmapLabel(bitmap); }
- virtual void SetDefault();
virtual bool Enable(bool enable = TRUE);
// implementation
// --------------
- void HasFocus();
- void NotFocus();
- void StartSelect();
- void EndSelect();
+ void GTKHasFocus();
+ void GTKNotFocus();
+ void GTKStartSelect();
+ void GTKEndSelect();
bool m_hasFocus:1;
bool m_isSelected:1;