Package wx.GridCtrl

The wrapper of wxWidgets's grid control and tools. More...


Classes

class  Grid
class  GridCellAttr
class  GridCellAttrProvider
class  GridCellCoords
class  GridCellCoordsArray
class  GridCellWorker
class  GridEditorCreatedEvent
class  GridEvent
class  GridRangeSelectEvent
class  GridSizeEvent
class  GridStringTable
class  GridTableBase
class  GridTableMessage

Packages

package  Editors
 Editors of the wx.GridCtrl control.
package  Extended
 Extended grid.
package  Renderers
 Renderers of the wx.GridCtrl control.

Enumerations

enum  GridSelectionMode
enum  GridTableRequest


Detailed Description

The wrapper of wxWidgets's grid control and tools.

Enumeration Type Documentation

enum wx::GridCtrl::GridSelectionMode

This will defines what cell will be selected when pointing with the mouse at the grid. You may alternatively use the wx.WindowStyles wx.WindowStyles.GRID_SELECT_CELLS, wx.WindowStyles.GRID_SELECT_ROWS, or wx.WindowStyles.GRID_SELECT_COLUMNS.

Enumerator:
Cell 
Row 
Column 
MultiselectCells 
MultiselectRows 
MultiselectColumns 
wxGridSelectCells 
wxGridSelectRows 
wxGridSelectColumns 

enum wx::GridCtrl::GridTableRequest

IDs for messages sent from grid table to view. Refer to class GridTableMessage.

Enumerator:
REQUEST_VIEW_GET_VALUES  Asks the grid for an update since new values have to be displayed.
REQUEST_VIEW_SEND_VALUES  Asks the table to set its values in the table model.
NOTIFY_ROWS_INSERTED 
NOTIFY_ROWS_APPENDED 
NOTIFY_ROWS_DELETED 
NOTIFY_COLS_INSERTED 
NOTIFY_COLS_APPENDED 
NOTIFY_COLS_DELETED 


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads