wxGrid
Description
See external documentation: wxGrid.
This class is derived (and can use functions) from:
wxScrolledWindow
wxPanel
wxWindow
wxEvtHandler
DATA TYPES
new(Parent, Id) -> wxGrid()
Equivalent to new(Parent, Id, []).
new(Parent, X, Y) -> wxGrid()
new(Parent, Id, Y::[Option]) -> wxGrid()
Types
See external documentation.
Also:
new(Parent, Id, [Option]) -> wxGrid() when
Parent::wxWindow:wxWindow(), Id::integer(),
Option :: {'pos', {X::integer(), Y::integer()}}
| {'size', {W::integer(), H::integer()}}
| {'style', integer()}.
new(Parent, X, Y, Options::[Option]) -> wxGrid()
Types
Types
Equivalent to appendCols(This, []).
Types
Equivalent to appendRows(This, []).
Types
Equivalent to autoSizeColumn(This, Col, []).
Types
Equivalent to autoSizeColumns(This, []).
Equivalent to autoSizeRow(This, Row, []).
Types
Equivalent to autoSizeRows(This, []).
Types
blockToDeviceRect(This, TopLeft, BottomRight) -> {X::integer(), Y::integer(), W::integer(), H::integer()}
Types
Types
Types
Types
Types
Types
Types
Equivalent to createGrid(This, NumRows, NumCols, []).
See external documentation.
Selmode = ?wxGrid_wxGridSelectCells | ?wxGrid_wxGridSelectRows | ?wxGrid_wxGridSelectColumns
Types
Equivalent to deleteCols(This, []).
Types
Equivalent to deleteRows(This, []).
Types
Types
Types
Types
Types
Equivalent to enableCellEditControl(This, []).
Types
Equivalent to enableDragColSize(This, []).
Types
Equivalent to enableDragGridSize(This, []).
Types
Equivalent to enableDragRowSize(This, []).
Types
Equivalent to enableGridLines(This, []).
Types
Types
Types
Types
getCellBackgroundColour(This, Row, Col) -> wx:wx_colour4()
getCellEditor(This, Row, Col) -> wxGridCellEditor:wxGridCellEditor()
getCellFont(This, Row, Col) -> wxFont:wxFont()
getCellRenderer(This, Row, Col) -> wxGridCellRenderer:wxGridCellRenderer()
getCellTextColour(This, Row, Col) -> wx:wx_colour4()
getCellValue(This, Coords) -> unicode:charlist()
getCellValue(This, Row, Col) -> unicode:charlist()
Types
Types
getColLabelValue(This, Col) -> unicode:charlist()
Types
Types
getDefaultCellBackgroundColour(This) -> wx:wx_colour4()
Types
getDefaultCellFont(This) -> wxFont:wxFont()
Types
getDefaultCellTextColour(This) -> wx:wx_colour4()
Types
Types
Types
getDefaultEditor(This) -> wxGridCellEditor:wxGridCellEditor()
Types
getDefaultEditorForCell(This, C) -> wxGridCellEditor:wxGridCellEditor()
getDefaultEditorForCell(This, Row, Col) -> wxGridCellEditor:wxGridCellEditor()
getDefaultEditorForType(This, TypeName) -> wxGridCellEditor:wxGridCellEditor()
getDefaultRenderer(This) -> wxGridCellRenderer:wxGridCellRenderer()
Types
getDefaultRendererForCell(This, Row, Col) -> wxGridCellRenderer:wxGridCellRenderer()
getDefaultRendererForType(This, TypeName) -> wxGridCellRenderer:wxGridCellRenderer()
Types
Types
Types
Types
getGridLineColour(This) -> wx:wx_colour4()
Types
Types
getLabelBackgroundColour(This) -> wx:wx_colour4()
Types
getLabelFont(This) -> wxFont:wxFont()
Types
getLabelTextColour(This) -> wx:wx_colour4()
Types
Types
Types
getOrCreateCellAttr(This, Row, Col) -> wxGridCellAttr:wxGridCellAttr()
Types
Types
Types
getRowLabelValue(This, Row) -> unicode:charlist()
Types
Types
Types
Types
Types
getSelectionBackground(This) -> wx:wx_colour4()
Types
Types
Types
getSelectionForeground(This) -> wx:wx_colour4()
Types
Types
getGridWindow(This) -> wxWindow:wxWindow()
Types
getGridRowLabelWindow(This) -> wxWindow:wxWindow()
Types
getGridColLabelWindow(This) -> wxWindow:wxWindow()
Types
getGridCornerLabelWindow(This) -> wxWindow:wxWindow()
Types
Types
Types
Equivalent to insertCols(This, []).
Types
Equivalent to insertRows(This, []).
Types
Types
Types
Types
Equivalent to isVisible(This, Coords, []).
Types
See external documentation.
Also:
isVisible(This, Coords, [Option]) -> boolean() when
This::wxGrid(), Coords::{R::integer(), C::integer()},
Option :: {'wholeCellVisible', boolean()}.
Types
Types
Types
Types
Types
Types
Equivalent to selectBlock(This, TopLeft, BottomRight, []).
Types
Types
Equivalent to selectBlock(This, TopRow, LeftCol, BottomRow, RightCol, []).
Types
Equivalent to selectCol(This, Col, []).
Equivalent to selectRow(This, Row, []).
Types
See external documentation.
Also:
setCellBackgroundColour(This, Colour, Row, Col) -> 'ok' when
This::wxGrid(), Colour::wx:wx_colour(), Row::integer(), Col::integer().
Types
Types
See external documentation.
Also:
setCellTextColour(This, Val, Row, Col) -> 'ok' when
This::wxGrid(), Val::wx:wx_colour(), Row::integer(), Col::integer().
Types
See external documentation.
Also:
setCellValue(This, Val, Row, Col) -> 'ok' when
This::wxGrid(), Val::unicode:chardata(), Row::integer(), Col::integer().
Equivalent to setColFormatFloat(This, Col, []).
Equivalent to setDefaultColSize(This, Width, []).
Equivalent to setDefaultRowSize(This, Height, []).
Equivalent to setReadOnly(This, Row, Col, []).
See external documentation.
Selmode = ?wxGrid_wxGridSelectCells | ?wxGrid_wxGridSelectRows | ?wxGrid_wxGridSelectColumns
Types
Equivalent to xToCol(This, X, []).