]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
correcting a source for double event delivery
[wxWidgets.git] / include / wx / defs.h
index 354fe9842bbba91c466f5128a1b4b77ec0619af5..1fde19526879b76b6eca09231e04cd1cebe09035 100644 (file)
@@ -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 */
 /*  ---------------------------------------------------------------------------- */