X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21aeca5e542b8f38d58c6308fdf0e94a4e9671a6..29149a64916d6fdc53e445adca9ef83bc58fb6c3:/include/wx/gtk1/bmpbuttn.h diff --git a/include/wx/gtk1/bmpbuttn.h b/include/wx/gtk1/bmpbuttn.h index baae20d297..92eda41c8c 100644 --- a/include/wx/gtk1/bmpbuttn.h +++ b/include/wx/gtk1/bmpbuttn.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: bmpbutton.h +// Name: wx/gtk/bmpbutton.h // Purpose: // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -45,24 +45,23 @@ public: virtual void SetDefault(); virtual bool Enable(bool enable = TRUE); - + void SetLabel( const wxString &label ); wxString GetLabel() const; virtual void SetLabel( const wxBitmap& bitmap ) { SetBitmapLabel(bitmap); } - + // implementation // -------------- - + void HasFocus(); void NotFocus(); void StartSelect(); void EndSelect(); - void SetBitmap(); - void ApplyWidgetStyle(); - + void ApplyWidgetStyle(); + bool m_hasFocus; bool m_isSelected; - + protected: virtual void OnSetBitmap();