#ifndef __BMPBUTTONH__
#define __BMPBUTTONH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
// ----------------------------------------------------------------------------
// wxBitmapButton
// ----------------------------------------------------------------------------
const wxString& name = wxButtonNameStr);
void SetLabel( const wxString &label );
- wxString GetLabel() const;
virtual void SetLabel( const wxBitmap& bitmap ) { SetBitmapLabel(bitmap); }
virtual void SetDefault();
void NotFocus();
void StartSelect();
void EndSelect();
- void DoApplyWidgetStyle(GtkRcStyle *style);
bool m_hasFocus:1;
bool m_isSelected:1;
protected:
virtual void OnSetBitmap();
virtual wxSize DoGetBestSize() const;
+ void DoApplyWidgetStyle(GtkRcStyle *style);
void Init();