X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..19c4d91638c2546630c4427e39c02f5380a8bb87:/include/wx/palmos/bmpbuttn.h?ds=sidebyside diff --git a/include/wx/palmos/bmpbuttn.h b/include/wx/palmos/bmpbuttn.h index 0cdd4e03f3..f21f5bae67 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 ///////////////////////////////////////////////////////////////////////////// @@ -12,10 +12,6 @@ #ifndef _WX_BMPBUTTN_H_ #define _WX_BMPBUTTN_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "bmpbuttn.h" -#endif - #include "wx/button.h" #include "wx/bitmap.h" @@ -48,15 +44,13 @@ public: const wxString& name = wxButtonNameStr); // 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) };