]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/anybutton.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / anybutton.h
index fa59a5373bd6ded6385af10a09c86a44b1d16552..064bce757eda45aafe819278c7f76331e1f6adca 100644 (file)
@@ -14,6 +14,7 @@
 
 #define wxBU_EXACTFIT        0x0001
 #define wxBU_NOTEXT          0x0002
+#define wxBU_AUTODRAW        0x0004
 
 
 /**
@@ -102,8 +103,9 @@ public:
         states.
 
         @param bitmap
-            The bitmap to display in the button. May be invalid to remove any
-            currently displayed bitmap.
+            The bitmap to display in the button. Under wxGTK the bitmap can be
+            invalid to remove the currently displayed bitmap, however this is
+            not supported in wxMSW currently.
         @param dir
             The position of the bitmap inside the button. By default it is
             positioned to the left of the text, near to the left button border.