added wxBG_STYLE_TRANSPARENT and implemented it for wxMac; documented various transparency-related functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1751,7 +1751,8 @@ enum wxBackgroundStyle
|
||||
{
|
||||
wxBG_STYLE_SYSTEM,
|
||||
wxBG_STYLE_COLOUR,
|
||||
wxBG_STYLE_CUSTOM
|
||||
wxBG_STYLE_CUSTOM,
|
||||
wxBG_STYLE_TRANSPARENT
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user