]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bmpbuttn.h
Fixes, typos etc...
[wxWidgets.git] / include / wx / gtk / bmpbuttn.h
index 41ef3b50774f35dc2539b426e8e739ee1cb52c2d..380642dc6ab4d16953cb095db3de3e880d4aaa55 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        bmpbutton.h
 // Purpose:
 // Author:      Robert Roebling
 // Name:        bmpbutton.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -60,6 +59,9 @@ class wxBitmapButton: public wxControl
     void SetDefault(void);
     void SetLabel( const wxString &label );
     wxString GetLabel(void) const;
     void SetDefault(void);
     void SetLabel( const wxString &label );
     wxString GetLabel(void) const;
+    virtual void SetLabel(const wxBitmap& bitmap) { SetBitmapLabel(bitmap); }
+    virtual void SetBitmapLabel( const wxBitmap& bitmap );
+    wxBitmap& GetBitmapLabel(void) const { return (wxBitmap&) m_bitmap; }
     
   public:
   
     
   public: