The Grid and related classes in this module provide functionality similar to a spreadsheet, where the application can display rows and columns of data of various types, which the user can edit and otherwise interact with.
Class |
Short Description |
---|---|
wx.grid.Grid and its related classes are used for displaying and editing tabular data. |
|
Represents the result of |
|
Represents a source of cell activation, which may be either a user event (mouse or keyboard) or the program itself. |
|
Represents coordinates of a block of cells in the grid. |
|
The helper struct uses as a result type for difference functions of wx.grid.GridBlockCoords class. |
|
Represents a collection of grid blocks that can be iterated over. |
|
Base class for activatable editors. |
|
This class can be used to alter the cells’ appearance in the grid by changing their attributes from the defaults. |
|
Class providing attributes to be used for the grid cells. |
|
Grid cell editor for wrappable string/text data. |
|
This class may be used to format string data in a cell. |
|
Grid cell editor for boolean data. |
|
This class may be used to format boolean data in a cell. |
|
Grid cell editor for string data providing the user a choice from a list of strings. |
|
Represents coordinates of a grid cell. |
|
Grid cell editor for dates. |
|
This class may be used to show a date, without time, in a cell. |
|
This class may be used to format a date/time data in a cell. |
|
This class is responsible for providing and manipulating the in-place edit controls for the grid. |
|
Grid cell editor which displays an enum number as a textual equivalent (e.g. |
|
This class may be used to render in a cell a number as a textual equivalent. |
|
The editor for floating point numbers data. |
|
This class may be used to format floating point data in a cell. |
|
Grid cell editor for numeric integer data. |
|
This class may be used to format integer data in a cell. |
|
This class is responsible for actually drawing the cell in the grid. |
|
This class may be used to format string data in a cell; it is the default for string cells. |
|
Grid cell editor for string/text data. |
|
Base class for column headers renderer. |
|
Default column header renderer. |
|
Base class for corner header renderer. |
|
Default corner window renderer. |
|
^^ |
|
This event class contains information about various grid events. |
|
Allows to specify the behaviour when the cell contents doesn’t fit into its allotted space. |
|
Base class for header cells renderers. |
|
Events of this class notify about a range of cells being selected. |
|
Base class for row headers renderer. |
|
Default row header renderer. |
|
This event class contains information about a row/column resize event. |
|
wx.grid.GridSizesInfo stores information about sizes of all wx.grid.Grid rows or columns. |
|
Simplest type of data table for a grid for small tables of strings that are stored in memory. |
|
The almost abstract base class for grid tables. |
|
Message class used by the grid table to send requests and notifications to the grid view. |
|
This small class can be used to prevent wx.grid.Grid from redrawing during its lifetime by calling |
|
Read-only forward iterator type. |