]> git.saurik.com Git - wxWidgets.git/commitdiff
HasTransparentBackground
authorRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 21:12:44 +0000 (21:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 21:12:44 +0000 (21:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i

index 27c94751652264412e1ddb83c1c7120bfcb6fa26..8903da947f39b2e6654e213b99683a30f45f5e10 100644 (file)
@@ -1398,8 +1398,19 @@ no effect on other platforms.
         "Returns the background style of the window.
 
 :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(
         virtual bool , SetCursor( const wxCursor &cursor ),