reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1072,6 +1072,22 @@ class Rect(object):
|
||||
"""SetSize(Size s)"""
|
||||
return _core.Rect_SetSize(*args, **kwargs)
|
||||
|
||||
def GetTopLeft(*args, **kwargs):
|
||||
"""GetTopLeft() -> Point"""
|
||||
return _core.Rect_GetTopLeft(*args, **kwargs)
|
||||
|
||||
def SetTopLeft(*args, **kwargs):
|
||||
"""SetTopLeft(Point p)"""
|
||||
return _core.Rect_SetTopLeft(*args, **kwargs)
|
||||
|
||||
def GetBottomRight(*args, **kwargs):
|
||||
"""GetBottomRight() -> Point"""
|
||||
return _core.Rect_GetBottomRight(*args, **kwargs)
|
||||
|
||||
def SetBottomRight(*args, **kwargs):
|
||||
"""SetBottomRight(Point p)"""
|
||||
return _core.Rect_SetBottomRight(*args, **kwargs)
|
||||
|
||||
def GetLeft(*args, **kwargs):
|
||||
"""GetLeft() -> int"""
|
||||
return _core.Rect_GetLeft(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user