Grid() -> None Grid(parent : wx.Window, id: int=wx.ID_ANY, pos: wx.Point=wx.DefaultPosition, size: wx.Size=wx.DefaultSize, style: int=wx.WANTS_CHARS, name: str=GridNameStr) -> None
wxGrid and its related classes are used for displaying and editing tabular data.
Initialize self. See help(type(self)) for accurate signature. |
|
Clear the currently selected cells |
|
Copy the currently selected cells to the clipboard |
|
Track cell selections |
|
Override left-click behavior to prevent left-click edit initiation |
|
Initiate the cell editor on a double-click |
|
Track which cells are selected so that copy/paste behavior can be implemented |
|
Move grid cursor when a cell is right-clicked |
|
Paste the contents of the clipboard into the currently selected cells |
|
Set the number of columns in the sheet |
|
Set the number of rows in the sheet |
Grid() -> None Grid(parent : wx.Window, id: int=wx.ID_ANY, pos: wx.Point=wx.DefaultPosition, size: wx.Size=wx.DefaultSize, style: int=wx.WANTS_CHARS, name: str=GridNameStr) -> None
wxGrid and its related classes are used for displaying and editing tabular data.
Initialize self. See help(type(self)) for accurate signature.
Clear the currently selected cells
Copy the currently selected cells to the clipboard
Track cell selections
Override left-click behavior to prevent left-click edit initiation
Initiate the cell editor on a double-click
Track which cells are selected so that copy/paste behavior can be implemented
Move grid cursor when a cell is right-clicked
Paste the contents of the clipboard into the currently selected cells
Set the number of columns in the sheet
Set the number of rows in the sheet