X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..820a7a1b226803bc7b5ff4e23647dc1c875de956:/include/wx/palmos/bmpbuttn.h diff --git a/include/wx/palmos/bmpbuttn.h b/include/wx/palmos/bmpbuttn.h index 0cdd4e03f3..948473836f 100644 --- a/include/wx/palmos/bmpbuttn.h +++ b/include/wx/palmos/bmpbuttn.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: bmpbuttn.h +// Name: wx/palmos/bmpbuttn.h // Purpose: wxBitmapButton class -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -49,14 +49,13 @@ public: // Implementation virtual void SetDefault(); - virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *item); virtual void DrawFace( WXHDC dc, int left, int top, int right, int bottom, bool sel ); virtual void DrawButtonFocus( WXHDC dc, int left, int top, int right, int bottom, bool sel ); virtual void DrawButtonDisable( WXHDC dc, int left, int top, int right, int bottom, bool with_marg ); protected: virtual wxSize DoGetBestSize() const; - + private: DECLARE_DYNAMIC_CLASS_NO_COPY(wxBitmapButton) };