]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bmpbuttn.h
Second try at doing Set/GetClient right
[wxWidgets.git] / include / wx / gtk / bmpbuttn.h
index 5d61d0708b25d52dd8698c4be1e9af0c397f3909..bcb31a9e908ce4255944a83adf008a96a19041b9 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        bmpbutton.h
 // Purpose:
 // Author:      Robert Roebling
 // Name:        bmpbutton.h
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $id$
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -63,6 +63,10 @@ class wxBitmapButton: public wxControl
     virtual void SetBitmapLabel( const wxBitmap& bitmap );
     wxBitmap& GetBitmapLabel(void) const { return (wxBitmap&) m_bitmap; }
     
     virtual void SetBitmapLabel( const wxBitmap& bitmap );
     wxBitmap& GetBitmapLabel(void) const { return (wxBitmap&) m_bitmap; }
     
+  // implementation
+  
+    void ApplyWidgetStyle();    
+    
   public:
   
     wxBitmap   m_bitmap;    
   public:
   
     wxBitmap   m_bitmap;