Various tweaks, fixes, missing methods, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -139,6 +139,12 @@ class wxWindowPtr(wxEvtHandlerPtr):
|
||||
def CenterOnParent(self, *_args, **_kwargs):
|
||||
val = apply(windowsc.wxWindow_CenterOnParent,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def CentreOnScreen(self, *_args, **_kwargs):
|
||||
val = apply(windowsc.wxWindow_CentreOnScreen,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def CenterOnScreen(self, *_args, **_kwargs):
|
||||
val = apply(windowsc.wxWindow_CenterOnScreen,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def ClientToScreenXY(self, *_args, **_kwargs):
|
||||
val = apply(windowsc.wxWindow_ClientToScreenXY,(self,) + _args, _kwargs)
|
||||
return val
|
||||
|
Reference in New Issue
Block a user