def RefreshRect(self, *_args, **_kwargs):
val = apply(windowsc.wxWindow_RefreshRect,(self,) + _args, _kwargs)
return val
+ def AddChild(self, *_args, **_kwargs):
+ val = apply(windowsc.wxWindow_AddChild,(self,) + _args, _kwargs)
+ return val
def RemoveChild(self, *_args, **_kwargs):
val = apply(windowsc.wxWindow_RemoveChild,(self,) + _args, _kwargs)
return val
def SetCursor(self, *_args, **_kwargs):
val = apply(windowsc.wxWindow_SetCursor,(self,) + _args, _kwargs)
return val
+ def GetCursor(self, *_args, **_kwargs):
+ val = apply(windowsc.wxWindow_GetCursor,(self,) + _args, _kwargs)
+ if val: val = wxCursorPtr(val)
+ return val
def SetEventHandler(self, *_args, **_kwargs):
val = apply(windowsc.wxWindow_SetEventHandler,(self,) + _args, _kwargs)
return val
#-------------- FUNCTION WRAPPERS ------------------
+def wxFindWindowById(*_args, **_kwargs):
+ val = apply(windowsc.wxFindWindowById,_args,_kwargs)
+ return val
+
+def wxFindWindowByName(*_args, **_kwargs):
+ val = apply(windowsc.wxFindWindowByName,_args,_kwargs)
+ return val
+
+def wxFindWindowByLabel(*_args, **_kwargs):
+ val = apply(windowsc.wxFindWindowByLabel,_args,_kwargs)
+ return val
+
wxValidator_IsSilent = windowsc.wxValidator_IsSilent
wxValidator_SetBellOnError = windowsc.wxValidator_SetBellOnError