+ def GetSelectedCells(self, *_args, **_kwargs):
+ val = apply(gridc.wxGrid_GetSelectedCells,(self,) + _args, _kwargs)
+ return val
+ def GetSelectionBlockTopLeft(self, *_args, **_kwargs):
+ val = apply(gridc.wxGrid_GetSelectionBlockTopLeft,(self,) + _args, _kwargs)
+ return val
+ def GetSelectionBlockBottomRight(self, *_args, **_kwargs):
+ val = apply(gridc.wxGrid_GetSelectionBlockBottomRight,(self,) + _args, _kwargs)
+ return val
+ def GetSelectedRows(self, *_args, **_kwargs):
+ val = apply(gridc.wxGrid_GetSelectedRows,(self,) + _args, _kwargs)
+ return val
+ def GetSelectedCols(self, *_args, **_kwargs):
+ val = apply(gridc.wxGrid_GetSelectedCols,(self,) + _args, _kwargs)
+ return val
+ def DeselectRow(self, *_args, **_kwargs):
+ val = apply(gridc.wxGrid_DeselectRow,(self,) + _args, _kwargs)
+ return val
+ def DeselectCol(self, *_args, **_kwargs):
+ val = apply(gridc.wxGrid_DeselectCol,(self,) + _args, _kwargs)
+ return val
+ def DeselectCell(self, *_args, **_kwargs):
+ val = apply(gridc.wxGrid_DeselectCell,(self,) + _args, _kwargs)
+ return val