reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7389,6 +7389,14 @@ class Window(EvtHandler):
|
||||
"""
|
||||
return _core_.Window_GetForegroundColour(*args, **kwargs)
|
||||
|
||||
def InheritsBackgroundColour(*args, **kwargs):
|
||||
"""InheritsBackgroundColour(self) -> bool"""
|
||||
return _core_.Window_InheritsBackgroundColour(*args, **kwargs)
|
||||
|
||||
def UseBgCol(*args, **kwargs):
|
||||
"""UseBgCol(self) -> bool"""
|
||||
return _core_.Window_UseBgCol(*args, **kwargs)
|
||||
|
||||
def SetBackgroundStyle(*args, **kwargs):
|
||||
"""
|
||||
SetBackgroundStyle(self, int style) -> bool
|
||||
|
Reference in New Issue
Block a user