HasTransparentBackground
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1400,6 +1400,17 @@ no effect on other platforms.
|
|||||||
:see: `SetBackgroundStyle`", "");
|
:see: `SetBackgroundStyle`", "");
|
||||||
|
|
||||||
|
|
||||||
|
DocDeclStr(
|
||||||
|
bool , HasTransparentBackground(),
|
||||||
|
"Returns True if this window's background is transparent (as, for
|
||||||
|
example, for `wx.StaticText`) and should show the parent window's
|
||||||
|
background.
|
||||||
|
|
||||||
|
This method is mostly used internally by the library itself and you
|
||||||
|
normally shouldn't have to call it. You may, however, have to override
|
||||||
|
it in your custom control classes to ensure that background is painted
|
||||||
|
correctly.", "");
|
||||||
|
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
virtual bool , SetCursor( const wxCursor &cursor ),
|
virtual bool , SetCursor( const wxCursor &cursor ),
|
||||||
|
Reference in New Issue
Block a user