]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bmpbuttn.h
support SDK < 10.6, fixes #14902
[wxWidgets.git] / include / wx / bmpbuttn.h
index 5da4cb724bec93e403b25efe24875b73929b359c..fb1ed6f603cc401d703d9673358f7f86a883d523 100644 (file)
@@ -25,6 +25,8 @@
     #define wxHAS_BUTTON_BITMAP
 #endif
 
     #define wxHAS_BUTTON_BITMAP
 #endif
 
+class WXDLLIMPEXP_FWD_CORE wxBitmapButton;
+
 // ----------------------------------------------------------------------------
 // wxBitmapButton: a button which shows bitmaps instead of the usual string.
 // It has different bitmaps for different states (focused/disabled/pressed)
 // ----------------------------------------------------------------------------
 // wxBitmapButton: a button which shows bitmaps instead of the usual string.
 // It has different bitmaps for different states (focused/disabled/pressed)
@@ -64,6 +66,12 @@ public:
                                 validator, name);
     }
 
                                 validator, name);
     }
 
+    // Special creation function for a standard "Close" bitmap. It allows to
+    // simply create a close button with the image appropriate for the common
+    // platform.
+    static wxBitmapButton* NewCloseButton(wxWindow* parent, wxWindowID winid);
+
+
     // set/get the margins around the button
     virtual void SetMargins(int x, int y)
     {
     // set/get the margins around the button
     virtual void SetMargins(int x, int y)
     {