SWIGged updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -772,6 +772,12 @@ class wxTextCtrlPtr(wxControlPtr):
|
||||
def SetEditable(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxTextCtrl_SetEditable,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def IsSingleLine(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxTextCtrl_IsSingleLine,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def IsMultiLine(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxTextCtrl_IsMultiLine,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def write(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxTextCtrl_write,(self,) + _args, _kwargs)
|
||||
return val
|
||||
|
Reference in New Issue
Block a user