+ def IsCellEditControlEnabled(*args, **kwargs):
+ """IsCellEditControlEnabled(self) -> bool"""
+ return _grid.Grid_IsCellEditControlEnabled(*args, **kwargs)
+
+ def IsCellEditControlShown(*args, **kwargs):
+ """IsCellEditControlShown(self) -> bool"""
+ return _grid.Grid_IsCellEditControlShown(*args, **kwargs)
+
+ def IsCurrentCellReadOnly(*args, **kwargs):
+ """IsCurrentCellReadOnly(self) -> bool"""
+ return _grid.Grid_IsCurrentCellReadOnly(*args, **kwargs)
+
+ def ShowCellEditControl(*args, **kwargs):
+ """ShowCellEditControl(self)"""
+ return _grid.Grid_ShowCellEditControl(*args, **kwargs)
+
+ def HideCellEditControl(*args, **kwargs):
+ """HideCellEditControl(self)"""
+ return _grid.Grid_HideCellEditControl(*args, **kwargs)
+
+ def SaveEditControlValue(*args, **kwargs):
+ """SaveEditControlValue(self)"""
+ return _grid.Grid_SaveEditControlValue(*args, **kwargs)
+
+ def XYToCell(*args, **kwargs):
+ """XYToCell(self, int x, int y) -> GridCellCoords"""
+ return _grid.Grid_XYToCell(*args, **kwargs)
+
+ def YToRow(*args, **kwargs):
+ """YToRow(self, int y) -> int"""
+ return _grid.Grid_YToRow(*args, **kwargs)
+
+ def XToCol(*args, **kwargs):
+ """XToCol(self, int x) -> int"""
+ return _grid.Grid_XToCol(*args, **kwargs)
+
+ def YToEdgeOfRow(*args, **kwargs):
+ """YToEdgeOfRow(self, int y) -> int"""
+ return _grid.Grid_YToEdgeOfRow(*args, **kwargs)
+
+ def XToEdgeOfCol(*args, **kwargs):
+ """XToEdgeOfCol(self, int x) -> int"""
+ return _grid.Grid_XToEdgeOfCol(*args, **kwargs)
+
+ def CellToRect(*args, **kwargs):
+ """CellToRect(self, int row, int col) -> Rect"""
+ return _grid.Grid_CellToRect(*args, **kwargs)
+
+ def GetGridCursorRow(*args, **kwargs):
+ """GetGridCursorRow(self) -> int"""
+ return _grid.Grid_GetGridCursorRow(*args, **kwargs)
+
+ def GetGridCursorCol(*args, **kwargs):
+ """GetGridCursorCol(self) -> int"""
+ return _grid.Grid_GetGridCursorCol(*args, **kwargs)
+
+ def IsVisible(*args, **kwargs):
+ """IsVisible(self, int row, int col, bool wholeCellVisible=True) -> bool"""
+ return _grid.Grid_IsVisible(*args, **kwargs)
+
+ def MakeCellVisible(*args, **kwargs):
+ """MakeCellVisible(self, int row, int col)"""
+ return _grid.Grid_MakeCellVisible(*args, **kwargs)
+
+ def SetGridCursor(*args, **kwargs):
+ """SetGridCursor(self, int row, int col)"""
+ return _grid.Grid_SetGridCursor(*args, **kwargs)
+
+ def MoveCursorUp(*args, **kwargs):
+ """MoveCursorUp(self, bool expandSelection) -> bool"""
+ return _grid.Grid_MoveCursorUp(*args, **kwargs)
+
+ def MoveCursorDown(*args, **kwargs):
+ """MoveCursorDown(self, bool expandSelection) -> bool"""
+ return _grid.Grid_MoveCursorDown(*args, **kwargs)
+
+ def MoveCursorLeft(*args, **kwargs):
+ """MoveCursorLeft(self, bool expandSelection) -> bool"""
+ return _grid.Grid_MoveCursorLeft(*args, **kwargs)
+
+ def MoveCursorRight(*args, **kwargs):
+ """MoveCursorRight(self, bool expandSelection) -> bool"""
+ return _grid.Grid_MoveCursorRight(*args, **kwargs)
+
+ def MovePageDown(*args, **kwargs):
+ """MovePageDown(self) -> bool"""
+ return _grid.Grid_MovePageDown(*args, **kwargs)
+
+ def MovePageUp(*args, **kwargs):
+ """MovePageUp(self) -> bool"""
+ return _grid.Grid_MovePageUp(*args, **kwargs)
+
+ def MoveCursorUpBlock(*args, **kwargs):
+ """MoveCursorUpBlock(self, bool expandSelection) -> bool"""
+ return _grid.Grid_MoveCursorUpBlock(*args, **kwargs)
+
+ def MoveCursorDownBlock(*args, **kwargs):
+ """MoveCursorDownBlock(self, bool expandSelection) -> bool"""
+ return _grid.Grid_MoveCursorDownBlock(*args, **kwargs)
+
+ def MoveCursorLeftBlock(*args, **kwargs):
+ """MoveCursorLeftBlock(self, bool expandSelection) -> bool"""
+ return _grid.Grid_MoveCursorLeftBlock(*args, **kwargs)
+
+ def MoveCursorRightBlock(*args, **kwargs):
+ """MoveCursorRightBlock(self, bool expandSelection) -> bool"""
+ return _grid.Grid_MoveCursorRightBlock(*args, **kwargs)
+
+ def GetDefaultRowLabelSize(*args, **kwargs):
+ """GetDefaultRowLabelSize(self) -> int"""
+ return _grid.Grid_GetDefaultRowLabelSize(*args, **kwargs)
+
+ def GetRowLabelSize(*args, **kwargs):
+ """GetRowLabelSize(self) -> int"""
+ return _grid.Grid_GetRowLabelSize(*args, **kwargs)
+
+ def GetDefaultColLabelSize(*args, **kwargs):
+ """GetDefaultColLabelSize(self) -> int"""
+ return _grid.Grid_GetDefaultColLabelSize(*args, **kwargs)
+
+ def GetColLabelSize(*args, **kwargs):
+ """GetColLabelSize(self) -> int"""
+ return _grid.Grid_GetColLabelSize(*args, **kwargs)
+
+ def GetLabelBackgroundColour(*args, **kwargs):
+ """GetLabelBackgroundColour(self) -> Colour"""
+ return _grid.Grid_GetLabelBackgroundColour(*args, **kwargs)
+
+ def GetLabelTextColour(*args, **kwargs):
+ """GetLabelTextColour(self) -> Colour"""
+ return _grid.Grid_GetLabelTextColour(*args, **kwargs)
+
+ def GetLabelFont(*args, **kwargs):
+ """GetLabelFont(self) -> Font"""
+ return _grid.Grid_GetLabelFont(*args, **kwargs)
+
+ def GetRowLabelAlignment(*args, **kwargs):
+ """GetRowLabelAlignment() -> (horiz, vert)"""
+ return _grid.Grid_GetRowLabelAlignment(*args, **kwargs)
+
+ def GetColLabelAlignment(*args, **kwargs):
+ """GetColLabelAlignment() -> (horiz, vert)"""
+ return _grid.Grid_GetColLabelAlignment(*args, **kwargs)
+
+ def GetColLabelTextOrientation(*args, **kwargs):
+ """GetColLabelTextOrientation(self) -> int"""
+ return _grid.Grid_GetColLabelTextOrientation(*args, **kwargs)
+
+ def GetRowLabelValue(*args, **kwargs):
+ """GetRowLabelValue(self, int row) -> String"""
+ return _grid.Grid_GetRowLabelValue(*args, **kwargs)
+
+ def GetColLabelValue(*args, **kwargs):
+ """GetColLabelValue(self, int col) -> String"""
+ return _grid.Grid_GetColLabelValue(*args, **kwargs)
+
+ def GetGridLineColour(*args, **kwargs):
+ """GetGridLineColour(self) -> Colour"""
+ return _grid.Grid_GetGridLineColour(*args, **kwargs)
+
+ def GetCellHighlightColour(*args, **kwargs):
+ """GetCellHighlightColour(self) -> Colour"""
+ return _grid.Grid_GetCellHighlightColour(*args, **kwargs)
+
+ def GetCellHighlightPenWidth(*args, **kwargs):
+ """GetCellHighlightPenWidth(self) -> int"""
+ return _grid.Grid_GetCellHighlightPenWidth(*args, **kwargs)
+
+ def GetCellHighlightROPenWidth(*args, **kwargs):
+ """GetCellHighlightROPenWidth(self) -> int"""
+ return _grid.Grid_GetCellHighlightROPenWidth(*args, **kwargs)
+
+ def SetRowLabelSize(*args, **kwargs):
+ """SetRowLabelSize(self, int width)"""
+ return _grid.Grid_SetRowLabelSize(*args, **kwargs)
+
+ def SetColLabelSize(*args, **kwargs):
+ """SetColLabelSize(self, int height)"""
+ return _grid.Grid_SetColLabelSize(*args, **kwargs)
+
+ def SetLabelBackgroundColour(*args, **kwargs):
+ """SetLabelBackgroundColour(self, Colour ??)"""
+ return _grid.Grid_SetLabelBackgroundColour(*args, **kwargs)
+
+ def SetLabelTextColour(*args, **kwargs):
+ """SetLabelTextColour(self, Colour ??)"""
+ return _grid.Grid_SetLabelTextColour(*args, **kwargs)
+
+ def SetLabelFont(*args, **kwargs):
+ """SetLabelFont(self, Font ??)"""
+ return _grid.Grid_SetLabelFont(*args, **kwargs)
+
+ def SetRowLabelAlignment(*args, **kwargs):
+ """SetRowLabelAlignment(self, int horiz, int vert)"""
+ return _grid.Grid_SetRowLabelAlignment(*args, **kwargs)
+
+ def SetColLabelAlignment(*args, **kwargs):
+ """SetColLabelAlignment(self, int horiz, int vert)"""
+ return _grid.Grid_SetColLabelAlignment(*args, **kwargs)
+
+ def SetColLabelTextOrientation(*args, **kwargs):
+ """SetColLabelTextOrientation(self, int textOrientation)"""
+ return _grid.Grid_SetColLabelTextOrientation(*args, **kwargs)
+
+ def SetRowLabelValue(*args, **kwargs):
+ """SetRowLabelValue(self, int row, String ??)"""
+ return _grid.Grid_SetRowLabelValue(*args, **kwargs)
+
+ def SetColLabelValue(*args, **kwargs):
+ """SetColLabelValue(self, int col, String ??)"""
+ return _grid.Grid_SetColLabelValue(*args, **kwargs)
+
+ def SetGridLineColour(*args, **kwargs):
+ """SetGridLineColour(self, Colour ??)"""
+ return _grid.Grid_SetGridLineColour(*args, **kwargs)
+
+ def SetCellHighlightColour(*args, **kwargs):
+ """SetCellHighlightColour(self, Colour ??)"""
+ return _grid.Grid_SetCellHighlightColour(*args, **kwargs)
+
+ def SetCellHighlightPenWidth(*args, **kwargs):
+ """SetCellHighlightPenWidth(self, int width)"""
+ return _grid.Grid_SetCellHighlightPenWidth(*args, **kwargs)
+
+ def SetCellHighlightROPenWidth(*args, **kwargs):
+ """SetCellHighlightROPenWidth(self, int width)"""
+ return _grid.Grid_SetCellHighlightROPenWidth(*args, **kwargs)
+
+ def EnableDragRowSize(*args, **kwargs):
+ """EnableDragRowSize(self, bool enable=True)"""
+ return _grid.Grid_EnableDragRowSize(*args, **kwargs)
+
+ def DisableDragRowSize(*args, **kwargs):
+ """DisableDragRowSize(self)"""
+ return _grid.Grid_DisableDragRowSize(*args, **kwargs)
+
+ def CanDragRowSize(*args, **kwargs):
+ """CanDragRowSize(self) -> bool"""
+ return _grid.Grid_CanDragRowSize(*args, **kwargs)
+
+ def EnableDragColSize(*args, **kwargs):
+ """EnableDragColSize(self, bool enable=True)"""
+ return _grid.Grid_EnableDragColSize(*args, **kwargs)
+
+ def DisableDragColSize(*args, **kwargs):
+ """DisableDragColSize(self)"""
+ return _grid.Grid_DisableDragColSize(*args, **kwargs)
+
+ def CanDragColSize(*args, **kwargs):
+ """CanDragColSize(self) -> bool"""
+ return _grid.Grid_CanDragColSize(*args, **kwargs)
+
+ def EnableDragGridSize(*args, **kwargs):
+ """EnableDragGridSize(self, bool enable=True)"""
+ return _grid.Grid_EnableDragGridSize(*args, **kwargs)
+
+ def DisableDragGridSize(*args, **kwargs):
+ """DisableDragGridSize(self)"""
+ return _grid.Grid_DisableDragGridSize(*args, **kwargs)
+
+ def CanDragGridSize(*args, **kwargs):
+ """CanDragGridSize(self) -> bool"""
+ return _grid.Grid_CanDragGridSize(*args, **kwargs)
+
+ def EnableDragCell(*args, **kwargs):
+ """EnableDragCell(self, bool enable=True)"""
+ return _grid.Grid_EnableDragCell(*args, **kwargs)
+
+ def DisableDragCell(*args, **kwargs):
+ """DisableDragCell(self)"""
+ return _grid.Grid_DisableDragCell(*args, **kwargs)
+
+ def CanDragCell(*args, **kwargs):
+ """CanDragCell(self) -> bool"""
+ return _grid.Grid_CanDragCell(*args, **kwargs)
+
+ def SetAttr(*args, **kwargs):
+ """SetAttr(self, int row, int col, GridCellAttr attr)"""
+ return _grid.Grid_SetAttr(*args, **kwargs)
+
+ def SetRowAttr(*args, **kwargs):
+ """SetRowAttr(self, int row, GridCellAttr attr)"""
+ return _grid.Grid_SetRowAttr(*args, **kwargs)
+
+ def SetColAttr(*args, **kwargs):
+ """SetColAttr(self, int col, GridCellAttr attr)"""
+ return _grid.Grid_SetColAttr(*args, **kwargs)
+
+ def GetOrCreateCellAttr(*args, **kwargs):
+ """GetOrCreateCellAttr(self, int row, int col) -> GridCellAttr"""
+ return _grid.Grid_GetOrCreateCellAttr(*args, **kwargs)
+
+ def SetColFormatBool(*args, **kwargs):
+ """SetColFormatBool(self, int col)"""
+ return _grid.Grid_SetColFormatBool(*args, **kwargs)
+
+ def SetColFormatNumber(*args, **kwargs):
+ """SetColFormatNumber(self, int col)"""
+ return _grid.Grid_SetColFormatNumber(*args, **kwargs)
+
+ def SetColFormatFloat(*args, **kwargs):
+ """SetColFormatFloat(self, int col, int width=-1, int precision=-1)"""
+ return _grid.Grid_SetColFormatFloat(*args, **kwargs)
+
+ def SetColFormatCustom(*args, **kwargs):
+ """SetColFormatCustom(self, int col, String typeName)"""
+ return _grid.Grid_SetColFormatCustom(*args, **kwargs)
+
+ def EnableGridLines(*args, **kwargs):
+ """EnableGridLines(self, bool enable=True)"""
+ return _grid.Grid_EnableGridLines(*args, **kwargs)
+
+ def GridLinesEnabled(*args, **kwargs):
+ """GridLinesEnabled(self) -> bool"""
+ return _grid.Grid_GridLinesEnabled(*args, **kwargs)
+
+ def GetDefaultRowSize(*args, **kwargs):
+ """GetDefaultRowSize(self) -> int"""
+ return _grid.Grid_GetDefaultRowSize(*args, **kwargs)
+
+ def GetRowSize(*args, **kwargs):
+ """GetRowSize(self, int row) -> int"""
+ return _grid.Grid_GetRowSize(*args, **kwargs)
+
+ def GetDefaultColSize(*args, **kwargs):
+ """GetDefaultColSize(self) -> int"""
+ return _grid.Grid_GetDefaultColSize(*args, **kwargs)
+
+ def GetColSize(*args, **kwargs):
+ """GetColSize(self, int col) -> int"""
+ return _grid.Grid_GetColSize(*args, **kwargs)
+
+ def GetDefaultCellBackgroundColour(*args, **kwargs):
+ """GetDefaultCellBackgroundColour(self) -> Colour"""
+ return _grid.Grid_GetDefaultCellBackgroundColour(*args, **kwargs)
+
+ def GetCellBackgroundColour(*args, **kwargs):
+ """GetCellBackgroundColour(self, int row, int col) -> Colour"""
+ return _grid.Grid_GetCellBackgroundColour(*args, **kwargs)
+
+ def GetDefaultCellTextColour(*args, **kwargs):
+ """GetDefaultCellTextColour(self) -> Colour"""
+ return _grid.Grid_GetDefaultCellTextColour(*args, **kwargs)
+
+ def GetCellTextColour(*args, **kwargs):
+ """GetCellTextColour(self, int row, int col) -> Colour"""
+ return _grid.Grid_GetCellTextColour(*args, **kwargs)
+
+ def GetDefaultCellFont(*args, **kwargs):
+ """GetDefaultCellFont(self) -> Font"""
+ return _grid.Grid_GetDefaultCellFont(*args, **kwargs)
+
+ def GetCellFont(*args, **kwargs):
+ """GetCellFont(self, int row, int col) -> Font"""
+ return _grid.Grid_GetCellFont(*args, **kwargs)
+
+ def GetDefaultCellAlignment(*args, **kwargs):
+ """GetDefaultCellAlignment() -> (horiz, vert)"""
+ return _grid.Grid_GetDefaultCellAlignment(*args, **kwargs)
+
+ def GetCellAlignment(*args, **kwargs):
+ """GetCellAlignment() -> (horiz, vert)"""
+ return _grid.Grid_GetCellAlignment(*args, **kwargs)
+
+ def GetDefaultCellOverflow(*args, **kwargs):
+ """GetDefaultCellOverflow(self) -> bool"""
+ return _grid.Grid_GetDefaultCellOverflow(*args, **kwargs)
+
+ def GetCellOverflow(*args, **kwargs):
+ """GetCellOverflow(self, int row, int col) -> bool"""
+ return _grid.Grid_GetCellOverflow(*args, **kwargs)
+
+ def GetCellSize(*args, **kwargs):
+ """GetCellSize(int row, int col) -> (num_rows, num_cols)"""
+ return _grid.Grid_GetCellSize(*args, **kwargs)
+
+ def SetDefaultRowSize(*args, **kwargs):
+ """SetDefaultRowSize(self, int height, bool resizeExistingRows=False)"""
+ return _grid.Grid_SetDefaultRowSize(*args, **kwargs)
+
+ def SetRowSize(*args, **kwargs):
+ """SetRowSize(self, int row, int height)"""
+ return _grid.Grid_SetRowSize(*args, **kwargs)
+
+ def SetDefaultColSize(*args, **kwargs):
+ """SetDefaultColSize(self, int width, bool resizeExistingCols=False)"""
+ return _grid.Grid_SetDefaultColSize(*args, **kwargs)
+
+ def SetColSize(*args, **kwargs):
+ """SetColSize(self, int col, int width)"""
+ return _grid.Grid_SetColSize(*args, **kwargs)
+
+ def AutoSizeColumn(*args, **kwargs):
+ """AutoSizeColumn(self, int col, bool setAsMin=True)"""
+ return _grid.Grid_AutoSizeColumn(*args, **kwargs)
+
+ def AutoSizeRow(*args, **kwargs):
+ """AutoSizeRow(self, int row, bool setAsMin=True)"""
+ return _grid.Grid_AutoSizeRow(*args, **kwargs)
+
+ def AutoSizeColumns(*args, **kwargs):
+ """AutoSizeColumns(self, bool setAsMin=True)"""
+ return _grid.Grid_AutoSizeColumns(*args, **kwargs)
+
+ def AutoSizeRows(*args, **kwargs):
+ """AutoSizeRows(self, bool setAsMin=True)"""
+ return _grid.Grid_AutoSizeRows(*args, **kwargs)
+
+ def AutoSize(*args, **kwargs):
+ """AutoSize(self)"""
+ return _grid.Grid_AutoSize(*args, **kwargs)
+
+ def AutoSizeRowLabelSize(*args, **kwargs):
+ """AutoSizeRowLabelSize(self, int row)"""
+ return _grid.Grid_AutoSizeRowLabelSize(*args, **kwargs)
+
+ def AutoSizeColLabelSize(*args, **kwargs):
+ """AutoSizeColLabelSize(self, int col)"""
+ return _grid.Grid_AutoSizeColLabelSize(*args, **kwargs)
+
+ def SetColMinimalWidth(*args, **kwargs):
+ """SetColMinimalWidth(self, int col, int width)"""
+ return _grid.Grid_SetColMinimalWidth(*args, **kwargs)
+
+ def SetRowMinimalHeight(*args, **kwargs):
+ """SetRowMinimalHeight(self, int row, int width)"""
+ return _grid.Grid_SetRowMinimalHeight(*args, **kwargs)
+
+ def SetColMinimalAcceptableWidth(*args, **kwargs):
+ """SetColMinimalAcceptableWidth(self, int width)"""
+ return _grid.Grid_SetColMinimalAcceptableWidth(*args, **kwargs)
+
+ def SetRowMinimalAcceptableHeight(*args, **kwargs):
+ """SetRowMinimalAcceptableHeight(self, int width)"""
+ return _grid.Grid_SetRowMinimalAcceptableHeight(*args, **kwargs)
+
+ def GetColMinimalAcceptableWidth(*args, **kwargs):
+ """GetColMinimalAcceptableWidth(self) -> int"""
+ return _grid.Grid_GetColMinimalAcceptableWidth(*args, **kwargs)
+
+ def GetRowMinimalAcceptableHeight(*args, **kwargs):
+ """GetRowMinimalAcceptableHeight(self) -> int"""
+ return _grid.Grid_GetRowMinimalAcceptableHeight(*args, **kwargs)
+
+ def SetDefaultCellBackgroundColour(*args, **kwargs):
+ """SetDefaultCellBackgroundColour(self, Colour ??)"""
+ return _grid.Grid_SetDefaultCellBackgroundColour(*args, **kwargs)
+
+ def SetCellBackgroundColour(*args, **kwargs):
+ """SetCellBackgroundColour(self, int row, int col, Colour ??)"""
+ return _grid.Grid_SetCellBackgroundColour(*args, **kwargs)
+
+ def SetDefaultCellTextColour(*args, **kwargs):
+ """SetDefaultCellTextColour(self, Colour ??)"""
+ return _grid.Grid_SetDefaultCellTextColour(*args, **kwargs)
+
+ def SetCellTextColour(*args, **kwargs):
+ """SetCellTextColour(self, int row, int col, Colour ??)"""
+ return _grid.Grid_SetCellTextColour(*args, **kwargs)
+
+ def SetDefaultCellFont(*args, **kwargs):
+ """SetDefaultCellFont(self, Font ??)"""
+ return _grid.Grid_SetDefaultCellFont(*args, **kwargs)
+
+ def SetCellFont(*args, **kwargs):
+ """SetCellFont(self, int row, int col, Font ??)"""
+ return _grid.Grid_SetCellFont(*args, **kwargs)
+
+ def SetDefaultCellAlignment(*args, **kwargs):
+ """SetDefaultCellAlignment(self, int horiz, int vert)"""
+ return _grid.Grid_SetDefaultCellAlignment(*args, **kwargs)
+
+ def SetCellAlignment(*args, **kwargs):
+ """SetCellAlignment(self, int row, int col, int horiz, int vert)"""
+ return _grid.Grid_SetCellAlignment(*args, **kwargs)
+
+ def SetDefaultCellOverflow(*args, **kwargs):
+ """SetDefaultCellOverflow(self, bool allow)"""
+ return _grid.Grid_SetDefaultCellOverflow(*args, **kwargs)
+
+ def SetCellOverflow(*args, **kwargs):
+ """SetCellOverflow(self, int row, int col, bool allow)"""
+ return _grid.Grid_SetCellOverflow(*args, **kwargs)
+
+ def SetCellSize(*args, **kwargs):
+ """SetCellSize(self, int row, int col, int num_rows, int num_cols)"""
+ return _grid.Grid_SetCellSize(*args, **kwargs)
+
+ def SetDefaultRenderer(*args, **kwargs):
+ """SetDefaultRenderer(self, GridCellRenderer renderer)"""
+ return _grid.Grid_SetDefaultRenderer(*args, **kwargs)
+
+ def SetCellRenderer(*args, **kwargs):
+ """SetCellRenderer(self, int row, int col, GridCellRenderer renderer)"""
+ return _grid.Grid_SetCellRenderer(*args, **kwargs)
+
+ def GetDefaultRenderer(*args, **kwargs):
+ """GetDefaultRenderer(self) -> GridCellRenderer"""
+ return _grid.Grid_GetDefaultRenderer(*args, **kwargs)
+
+ def GetCellRenderer(*args, **kwargs):
+ """GetCellRenderer(self, int row, int col) -> GridCellRenderer"""
+ return _grid.Grid_GetCellRenderer(*args, **kwargs)
+
+ def SetDefaultEditor(*args, **kwargs):
+ """SetDefaultEditor(self, GridCellEditor editor)"""
+ return _grid.Grid_SetDefaultEditor(*args, **kwargs)
+
+ def SetCellEditor(*args, **kwargs):
+ """SetCellEditor(self, int row, int col, GridCellEditor editor)"""
+ return _grid.Grid_SetCellEditor(*args, **kwargs)
+
+ def GetDefaultEditor(*args, **kwargs):
+ """GetDefaultEditor(self) -> GridCellEditor"""
+ return _grid.Grid_GetDefaultEditor(*args, **kwargs)
+
+ def GetCellEditor(*args, **kwargs):
+ """GetCellEditor(self, int row, int col) -> GridCellEditor"""
+ return _grid.Grid_GetCellEditor(*args, **kwargs)
+
+ def GetCellValue(*args, **kwargs):
+ """GetCellValue(self, int row, int col) -> String"""
+ return _grid.Grid_GetCellValue(*args, **kwargs)
+
+ def SetCellValue(*args, **kwargs):
+ """SetCellValue(self, int row, int col, String s)"""
+ return _grid.Grid_SetCellValue(*args, **kwargs)
+
+ def IsReadOnly(*args, **kwargs):
+ """IsReadOnly(self, int row, int col) -> bool"""
+ return _grid.Grid_IsReadOnly(*args, **kwargs)
+
+ def SetReadOnly(*args, **kwargs):
+ """SetReadOnly(self, int row, int col, bool isReadOnly=True)"""
+ return _grid.Grid_SetReadOnly(*args, **kwargs)
+
+ def SelectRow(*args, **kwargs):
+ """SelectRow(self, int row, bool addToSelected=False)"""
+ return _grid.Grid_SelectRow(*args, **kwargs)
+
+ def SelectCol(*args, **kwargs):
+ """SelectCol(self, int col, bool addToSelected=False)"""
+ return _grid.Grid_SelectCol(*args, **kwargs)
+
+ def SelectBlock(*args, **kwargs):
+ """
+ SelectBlock(self, int topRow, int leftCol, int bottomRow, int rightCol,
+ bool addToSelected=False)
+ """
+ return _grid.Grid_SelectBlock(*args, **kwargs)
+
+ def SelectAll(*args, **kwargs):
+ """SelectAll(self)"""
+ return _grid.Grid_SelectAll(*args, **kwargs)
+
+ def IsSelection(*args, **kwargs):
+ """IsSelection(self) -> bool"""
+ return _grid.Grid_IsSelection(*args, **kwargs)
+
+ def ClearSelection(*args, **kwargs):
+ """ClearSelection(self)"""
+ return _grid.Grid_ClearSelection(*args, **kwargs)
+
+ def IsInSelection(*args, **kwargs):
+ """IsInSelection(self, int row, int col) -> bool"""
+ return _grid.Grid_IsInSelection(*args, **kwargs)
+
+ def GetSelectedCells(*args, **kwargs):
+ """GetSelectedCells(self) -> wxGridCellCoordsArray"""
+ return _grid.Grid_GetSelectedCells(*args, **kwargs)
+
+ def GetSelectionBlockTopLeft(*args, **kwargs):
+ """GetSelectionBlockTopLeft(self) -> wxGridCellCoordsArray"""
+ return _grid.Grid_GetSelectionBlockTopLeft(*args, **kwargs)
+
+ def GetSelectionBlockBottomRight(*args, **kwargs):
+ """GetSelectionBlockBottomRight(self) -> wxGridCellCoordsArray"""
+ return _grid.Grid_GetSelectionBlockBottomRight(*args, **kwargs)
+
+ def GetSelectedRows(*args, **kwargs):
+ """GetSelectedRows(self) -> wxArrayInt"""
+ return _grid.Grid_GetSelectedRows(*args, **kwargs)
+
+ def GetSelectedCols(*args, **kwargs):
+ """GetSelectedCols(self) -> wxArrayInt"""
+ return _grid.Grid_GetSelectedCols(*args, **kwargs)
+
+ def DeselectRow(*args, **kwargs):
+ """DeselectRow(self, int row)"""
+ return _grid.Grid_DeselectRow(*args, **kwargs)
+
+ def DeselectCol(*args, **kwargs):
+ """DeselectCol(self, int col)"""
+ return _grid.Grid_DeselectCol(*args, **kwargs)
+
+ def DeselectCell(*args, **kwargs):
+ """DeselectCell(self, int row, int col)"""
+ return _grid.Grid_DeselectCell(*args, **kwargs)
+
+ def BlockToDeviceRect(*args, **kwargs):
+ """BlockToDeviceRect(self, GridCellCoords topLeft, GridCellCoords bottomRight) -> Rect"""
+ return _grid.Grid_BlockToDeviceRect(*args, **kwargs)
+
+ def GetSelectionBackground(*args, **kwargs):
+ """GetSelectionBackground(self) -> Colour"""
+ return _grid.Grid_GetSelectionBackground(*args, **kwargs)
+
+ def GetSelectionForeground(*args, **kwargs):
+ """GetSelectionForeground(self) -> Colour"""
+ return _grid.Grid_GetSelectionForeground(*args, **kwargs)
+
+ def SetSelectionBackground(*args, **kwargs):
+ """SetSelectionBackground(self, Colour c)"""
+ return _grid.Grid_SetSelectionBackground(*args, **kwargs)
+
+ def SetSelectionForeground(*args, **kwargs):
+ """SetSelectionForeground(self, Colour c)"""
+ return _grid.Grid_SetSelectionForeground(*args, **kwargs)
+
+ def RegisterDataType(*args, **kwargs):
+ """RegisterDataType(self, String typeName, GridCellRenderer renderer, GridCellEditor editor)"""
+ return _grid.Grid_RegisterDataType(*args, **kwargs)
+
+ def GetDefaultEditorForCell(*args, **kwargs):
+ """GetDefaultEditorForCell(self, int row, int col) -> GridCellEditor"""
+ return _grid.Grid_GetDefaultEditorForCell(*args, **kwargs)
+
+ def GetDefaultRendererForCell(*args, **kwargs):
+ """GetDefaultRendererForCell(self, int row, int col) -> GridCellRenderer"""
+ return _grid.Grid_GetDefaultRendererForCell(*args, **kwargs)
+
+ def GetDefaultEditorForType(*args, **kwargs):
+ """GetDefaultEditorForType(self, String typeName) -> GridCellEditor"""
+ return _grid.Grid_GetDefaultEditorForType(*args, **kwargs)
+
+ def GetDefaultRendererForType(*args, **kwargs):
+ """GetDefaultRendererForType(self, String typeName) -> GridCellRenderer"""
+ return _grid.Grid_GetDefaultRendererForType(*args, **kwargs)
+
+ def SetMargins(*args, **kwargs):
+ """SetMargins(self, int extraWidth, int extraHeight)"""
+ return _grid.Grid_SetMargins(*args, **kwargs)
+
+ def GetGridWindow(*args, **kwargs):
+ """GetGridWindow(self) -> Window"""
+ return _grid.Grid_GetGridWindow(*args, **kwargs)
+
+ def GetGridRowLabelWindow(*args, **kwargs):
+ """GetGridRowLabelWindow(self) -> Window"""
+ return _grid.Grid_GetGridRowLabelWindow(*args, **kwargs)
+
+ def GetGridColLabelWindow(*args, **kwargs):
+ """GetGridColLabelWindow(self) -> Window"""
+ return _grid.Grid_GetGridColLabelWindow(*args, **kwargs)
+
+ def GetGridCornerLabelWindow(*args, **kwargs):
+ """GetGridCornerLabelWindow(self) -> Window"""
+ return _grid.Grid_GetGridCornerLabelWindow(*args, **kwargs)
+
+ def SetScrollLineX(*args, **kwargs):
+ """SetScrollLineX(self, int x)"""
+ return _grid.Grid_SetScrollLineX(*args, **kwargs)
+
+ def SetScrollLineY(*args, **kwargs):
+ """SetScrollLineY(self, int y)"""
+ return _grid.Grid_SetScrollLineY(*args, **kwargs)
+
+ def GetScrollLineX(*args, **kwargs):
+ """GetScrollLineX(self) -> int"""
+ return _grid.Grid_GetScrollLineX(*args, **kwargs)
+
+ def GetScrollLineY(*args, **kwargs):
+ """GetScrollLineY(self) -> int"""
+ return _grid.Grid_GetScrollLineY(*args, **kwargs)
+
+ def GetScrollX(*args, **kwargs):
+ """GetScrollX(self, int x) -> int"""
+ return _grid.Grid_GetScrollX(*args, **kwargs)
+
+ def GetScrollY(*args, **kwargs):
+ """GetScrollY(self, int y) -> int"""
+ return _grid.Grid_GetScrollY(*args, **kwargs)
+
+ def GetClassDefaultAttributes(*args, **kwargs):
+ """
+ GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
+
+ Get the default attributes for this class. This is useful if you want
+ to use the same font or colour in your own control as in a standard
+ control -- which is a much better idea than hard coding specific
+ colours or fonts which might look completely out of place on the
+ user's system, especially if it uses themes.
+
+ The variant parameter is only relevant under Mac currently and is
+ ignore under other platforms. Under Mac, it will change the size of
+ the returned font. See `wx.Window.SetWindowVariant` for more about
+ this.
+ """
+ return _grid.Grid_GetClassDefaultAttributes(*args, **kwargs)
+
+ GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
+
+class GridPtr(Grid):
+ def __init__(self, this):