X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/884a3e9d375ed780dbd4677f3c56acc4b71f70a8..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/anybutton.h?ds=sidebyside diff --git a/interface/wx/anybutton.h b/interface/wx/anybutton.h index fa59a5373b..15e31a0010 100644 --- a/interface/wx/anybutton.h +++ b/interface/wx/anybutton.h @@ -2,7 +2,6 @@ // Name: anybutton.h // Purpose: interface of wxAnyButton // Author: wxWidgets team -// RCS-ID: $Id: button.h 69135 2011-09-18 04:38:01Z RD $ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -14,6 +13,7 @@ #define wxBU_EXACTFIT 0x0001 #define wxBU_NOTEXT 0x0002 +#define wxBU_AUTODRAW 0x0004 /** @@ -102,8 +102,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.