reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8800,6 +8800,14 @@ class Window(EvtHandler):
|
||||
"""
|
||||
return _core_.Window_GetVirtualSizeTuple(*args, **kwargs)
|
||||
|
||||
def GetWindowBorderSize(*args, **kwargs):
|
||||
"""
|
||||
GetWindowBorderSize(self) -> Size
|
||||
|
||||
Return the size of the left/right and top/bottom borders.
|
||||
"""
|
||||
return _core_.Window_GetWindowBorderSize(*args, **kwargs)
|
||||
|
||||
def GetBestVirtualSize(*args, **kwargs):
|
||||
"""
|
||||
GetBestVirtualSize(self) -> Size
|
||||
|
Reference in New Issue
Block a user