X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cc1424dedbd9156309a213139f8602362b603a6..95a8b77a948f58735eeb1cf41ae4263deb6096e9:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 354fe9842b..1fde195268 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1405,6 +1405,17 @@ enum wxBorder #define wxMORE 0x00010000 #define wxSETUP 0x00020000 +/* + * Background styles. See wxWindow::SetBackgroundStyle + */ + +enum wxBackgroundStyle +{ + wxBG_STYLE_SYSTEM, + wxBG_STYLE_COLOUR, + wxBG_STYLE_CUSTOM +}; + /* ---------------------------------------------------------------------------- */ /* standard IDs */ /* ---------------------------------------------------------------------------- */