update comment for wxBG_STYLE_TRANSPARENT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2093,8 +2093,10 @@ enum wxBackgroundStyle
|
|||||||
*/
|
*/
|
||||||
wxBG_STYLE_PAINT,
|
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,
|
wxBG_STYLE_TRANSPARENT,
|
||||||
|
|
||||||
/* this style is deprecated and doesn't do anything, don't use */
|
/* this style is deprecated and doesn't do anything, don't use */
|
||||||
|
Reference in New Issue
Block a user