+ self.this = gdic.new_wxIcon(*_args,**_kwargs)
+ self.thisown = 1
+
+
+
+
+class wxIconLocationPtr :
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def __del__(self, delfunc=gdic.delete_wxIconLocation):
+ if self.thisown == 1:
+ try:
+ delfunc(self)
+ except:
+ pass
+ def IsOk(self, *_args, **_kwargs):
+ val = gdic.wxIconLocation_IsOk(self, *_args, **_kwargs)
+ return val
+ def SetFileName(self, *_args, **_kwargs):
+ val = gdic.wxIconLocation_SetFileName(self, *_args, **_kwargs)
+ return val
+ def GetFileName(self, *_args, **_kwargs):
+ val = gdic.wxIconLocation_GetFileName(self, *_args, **_kwargs)
+ return val
+ def SetIndex(self, *_args, **_kwargs):
+ val = gdic.wxIconLocation_SetIndex(self, *_args, **_kwargs)
+ return val
+ def GetIndex(self, *_args, **_kwargs):
+ val = gdic.wxIconLocation_GetIndex(self, *_args, **_kwargs)
+ return val
+ def __repr__(self):
+ return "<%s.%s instance; proxy of C++ wxIconLocation instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
+class wxIconLocation(wxIconLocationPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = gdic.new_wxIconLocation(*_args,**_kwargs)