]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/defs.h
Deprecate wxWindow::MakeModal().
[wxWidgets.git] / interface / wx / defs.h
index 98906d323b001d746a0299af63ea3d29d50fb7b4..33b3e5af06c575ea612ff55de8e0af5ad0a1906f 100644 (file)
@@ -546,9 +546,14 @@ enum wxBackgroundStyle
     /* this style is deprecated and doesn't do anything, don't use */
     wxBG_STYLE_COLOUR,
 
-    /* this is a Mac-only style, don't use in portable code */
-    wxBG_STYLE_TRANSPARENT,
+    /**
+        Indicates that the window background is not erased, letting the parent
+        window show through.
 
+        Currently this style is only supported in wxOSX and wxGTK with
+        compositing available, see wxWindow::IsTransparentBackgroundSupported().
+     */
+    wxBG_STYLE_TRANSPARENT,
 };