]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
Remove unnecessary Mac-specific TOOLKIT_LOWERCASE setting.
[wxWidgets.git] / include / wx / gtk / button.h
index 2b7f9a0278751e20713250fc0553a6a6d9b2be68..7d1e5847a1afc79be2435897c37246243272a77d 100644 (file)
@@ -68,6 +68,8 @@ protected:
     virtual void DoSetBitmapPosition(wxDirection dir);
 
 private:
+    typedef wxButtonBase base_type;
+
     // common part of all ctors
     void Init()
     {
@@ -89,7 +91,6 @@ private:
     // show the given bitmap (must be valid)
     void GTKDoShowBitmap(const wxBitmap& bitmap);
 
-
     // the bitmaps for the different state of the buttons, all of them may be
     // invalid and the button only shows a bitmap at all if State_Normal bitmap
     // is valid
@@ -101,7 +102,6 @@ private:
     // true iff the button is in pressed state
     bool m_isPressed;
 
-
     DECLARE_DYNAMIC_CLASS(wxButton)
 };