Avoid conflict between new transparency API and old background support.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -178,7 +178,7 @@ public:
|
|||||||
virtual WXWidget GetHandle(void) const { return GetHWND(); }
|
virtual WXWidget GetHandle(void) const { return GetHWND(); }
|
||||||
bool GetUseCtl3D(void) const { return m_bUseCtl3D; }
|
bool GetUseCtl3D(void) const { return m_bUseCtl3D; }
|
||||||
bool GetTransparentBackground(void) const { return m_bBackgroundTransparent; }
|
bool GetTransparentBackground(void) const { return m_bBackgroundTransparent; }
|
||||||
void SetTransparent(bool bT = true) { m_bBackgroundTransparent = bT; }
|
void SetTransparentBackground(bool bT = true) { m_bBackgroundTransparent = bT; }
|
||||||
|
|
||||||
// event handlers
|
// event handlers
|
||||||
// --------------
|
// --------------
|
||||||
|
Reference in New Issue
Block a user