def SortItems(self, *_args, **_kwargs):
val = apply(controls2c.wxListCtrl_SortItems,(self,) + _args, _kwargs)
return val
+ def GetMainWindow(self, *_args, **_kwargs):
+ val = apply(controls2c.wxListCtrl_GetMainWindow,(self,) + _args, _kwargs)
+ return val
def __repr__(self):
return "<C wxListCtrl instance at %s>" % (self.this,)