X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a30ccc2d427236ec41db205370104242f83e04e3..f644bc116bbe46d6ab609a44c05835dc4d87ba02:/include/wx/msw/bmpbuttn.h diff --git a/include/wx/msw/bmpbuttn.h b/include/wx/msw/bmpbuttn.h index 444c147ae1..93ee168fa7 100644 --- a/include/wx/msw/bmpbuttn.h +++ b/include/wx/msw/bmpbuttn.h @@ -16,9 +16,7 @@ #include "wx/bitmap.h" #include "wx/brush.h" -#define wxDEFAULT_BUTTON_MARGIN 4 - -class WXDLLEXPORT wxBitmapButton: public wxBitmapButtonBase +class WXDLLEXPORT wxBitmapButton : public wxBitmapButtonBase { public: wxBitmapButton() { } @@ -53,11 +51,16 @@ public: virtual void DrawButtonDisable( WXHDC dc, int left, int top, int right, int bottom, bool with_marg ); protected: + // reimplement some base class virtuals virtual wxSize DoGetBestSize() const; + virtual void OnSetBitmap(); // invalidate m_brushDisabled when system colours change void OnSysColourChanged(wxSysColourChangedEvent& event); + // change the currently bitmap if we have a hover one + void OnMouseEnterOrLeave(wxMouseEvent& event); + // the brush we use to draw disabled buttons wxBrush m_brushDisabled; @@ -67,5 +70,4 @@ protected: DECLARE_DYNAMIC_CLASS_NO_COPY(wxBitmapButton) }; -#endif - // _WX_BMPBUTTN_H_ +#endif // _WX_BMPBUTTN_H_