SWIGged updates for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -255,6 +255,12 @@ class wxGridCellEditorPtr :
|
||||
def SetControl(self, *_args, **_kwargs):
|
||||
val = apply(gridc.wxGridCellEditor_SetControl,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def GetCellAttr(self, *_args, **_kwargs):
|
||||
val = apply(gridc.wxGridCellEditor_GetCellAttr,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def SetCellAttr(self, *_args, **_kwargs):
|
||||
val = apply(gridc.wxGridCellEditor_SetCellAttr,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def SetParameters(self, *_args, **_kwargs):
|
||||
val = apply(gridc.wxGridCellEditor_SetParameters,(self,) + _args, _kwargs)
|
||||
return val
|
||||
|
Reference in New Issue
Block a user