+ self.this = cmndlgsc.new_wxFileDialog(*_args,**_kwargs)
+ self.thisown = 1
+ self._setOORInfo(self)
+
+
+
+
+class wxMultiChoiceDialogPtr(wxDialogPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def SetSelections(self, *_args, **_kwargs):
+ val = cmndlgsc.wxMultiChoiceDialog_SetSelections(self, *_args, **_kwargs)
+ return val
+ def GetSelections(self, *_args, **_kwargs):
+ val = cmndlgsc.wxMultiChoiceDialog_GetSelections(self, *_args, **_kwargs)
+ return val
+ def __repr__(self):
+ return "<%s.%s instance; proxy of C++ wxMultiChoiceDialog instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
+class wxMultiChoiceDialog(wxMultiChoiceDialogPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = cmndlgsc.new_wxMultiChoiceDialog(*_args,**_kwargs)