def Destroy(self, *_args, **_kwargs):
val = apply(gridc.wxGridCellEditor_Destroy,(self,) + _args, _kwargs)
return val
- def GetValue(self, *_args, **_kwargs):
- val = apply(gridc.wxGridCellEditor_GetValue,(self,) + _args, _kwargs)
- return val
def __repr__(self):
return "<C wxGridCellEditor instance at %s>" % (self.this,)
class wxGridCellEditor(wxGridCellEditorPtr):
def base_SetParameters(self, *_args, **_kwargs):
val = apply(gridc.wxPyGridCellEditor_base_SetParameters,(self,) + _args, _kwargs)
return val
- def base_GetValue(self, *_args, **_kwargs):
- val = apply(gridc.wxPyGridCellEditor_base_GetValue,(self,) + _args, _kwargs)
- return val
def __repr__(self):
return "<C wxPyGridCellEditor instance at %s>" % (self.this,)
class wxPyGridCellEditor(wxPyGridCellEditorPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
+ def GetValue(self, *_args, **_kwargs):
+ val = apply(gridc.wxGridCellTextEditor_GetValue,(self,) + _args, _kwargs)
+ return val
def __repr__(self):
return "<C wxGridCellTextEditor instance at %s>" % (self.this,)
class wxGridCellTextEditor(wxGridCellTextEditorPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
+ def GetValue(self, *_args, **_kwargs):
+ val = apply(gridc.wxGridCellNumberEditor_GetValue,(self,) + _args, _kwargs)
+ return val
def __repr__(self):
return "<C wxGridCellNumberEditor instance at %s>" % (self.this,)
class wxGridCellNumberEditor(wxGridCellNumberEditorPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
+ def GetValue(self, *_args, **_kwargs):
+ val = apply(gridc.wxGridCellFloatEditor_GetValue,(self,) + _args, _kwargs)
+ return val
def __repr__(self):
return "<C wxGridCellFloatEditor instance at %s>" % (self.this,)
class wxGridCellFloatEditor(wxGridCellFloatEditorPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
+ def GetValue(self, *_args, **_kwargs):
+ val = apply(gridc.wxGridCellBoolEditor_GetValue,(self,) + _args, _kwargs)
+ return val
def __repr__(self):
return "<C wxGridCellBoolEditor instance at %s>" % (self.this,)
class wxGridCellBoolEditor(wxGridCellBoolEditorPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
+ def GetValue(self, *_args, **_kwargs):
+ val = apply(gridc.wxGridCellChoiceEditor_GetValue,(self,) + _args, _kwargs)
+ return val
def __repr__(self):
return "<C wxGridCellChoiceEditor instance at %s>" % (self.this,)
class wxGridCellChoiceEditor(wxGridCellChoiceEditorPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
+ def GetValue(self, *_args, **_kwargs):
+ val = apply(gridc.wxGridCellEnumEditor_GetValue,(self,) + _args, _kwargs)
+ return val
def __repr__(self):
return "<C wxGridCellEnumEditor instance at %s>" % (self.this,)
class wxGridCellEnumEditor(wxGridCellEnumEditorPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
+ def GetValue(self, *_args, **_kwargs):
+ val = apply(gridc.wxGridCellAutoWrapStringEditor_GetValue,(self,) + _args, _kwargs)
+ return val
def __repr__(self):
return "<C wxGridCellAutoWrapStringEditor instance at %s>" % (self.this,)
class wxGridCellAutoWrapStringEditor(wxGridCellAutoWrapStringEditorPtr):