diff --git a/include/wx/defs.h b/include/wx/defs.h index 3413e618de..409b77a20f 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2093,8 +2093,10 @@ enum wxBackgroundStyle */ wxBG_STYLE_PAINT, - - /* this is a Mac-only style, don't use in portable code */ + /* + Indicates that the window background is not erased, letting the parent + window show through. + */ wxBG_STYLE_TRANSPARENT, /* this style is deprecated and doesn't do anything, don't use */