X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd362275b853cc0308bbde6a60bb2525d659f709..e94f3031736c1a23eba37892b4076893b1f6e416:/interface/wx/defs.h?ds=sidebyside diff --git a/interface/wx/defs.h b/interface/wx/defs.h index 98906d323b..33b3e5af06 100644 --- a/interface/wx/defs.h +++ b/interface/wx/defs.h @@ -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, };