]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bmpbuttn.h
remove the unnecessary non-const GetPage() overload
[wxWidgets.git] / include / wx / gtk / bmpbuttn.h
index 3af18cfeec2417fb912c22eb3fe8b2a2b54be5e8..19eb664d1c7cff06b00267b423be9ca31c0d12c2 100644 (file)
@@ -46,16 +46,15 @@ public:
     void SetLabel( const wxString &label );
     virtual void SetLabel( const wxBitmap& bitmap ) { SetBitmapLabel(bitmap); }
 
-    virtual void SetDefault();
     virtual bool Enable(bool enable = TRUE);
 
     // implementation
     // --------------
 
-    void HasFocus();
-    void NotFocus();
-    void StartSelect();
-    void EndSelect();
+    void GTKHasFocus();
+    void GTKNotFocus();
+    void GTKStartSelect();
+    void GTKEndSelect();
 
     bool         m_hasFocus:1;
     bool         m_isSelected:1;