+ def GetListCtrl(self, *_args, **_kwargs):
+ val = apply(gizmosc.wxEditableListBox_GetListCtrl,(self,) + _args, _kwargs)
+ return val
+ def GetDelButton(self, *_args, **_kwargs):
+ val = apply(gizmosc.wxEditableListBox_GetDelButton,(self,) + _args, _kwargs)
+ return val
+ def GetNewButton(self, *_args, **_kwargs):
+ val = apply(gizmosc.wxEditableListBox_GetNewButton,(self,) + _args, _kwargs)
+ return val
+ def GetUpButton(self, *_args, **_kwargs):
+ val = apply(gizmosc.wxEditableListBox_GetUpButton,(self,) + _args, _kwargs)
+ return val
+ def GetDownButton(self, *_args, **_kwargs):
+ val = apply(gizmosc.wxEditableListBox_GetDownButton,(self,) + _args, _kwargs)
+ return val
+ def GetEditButton(self, *_args, **_kwargs):
+ val = apply(gizmosc.wxEditableListBox_GetEditButton,(self,) + _args, _kwargs)
+ return val