From 06469c8dec03744f344c9a12105fd270387e94a8 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 7 Apr 2014 17:16:44 +0000 Subject: [PATCH] update comment for wxBG_STYLE_TRANSPARENT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 7d38217942..b3f79f8759 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2124,8 +2124,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 */