Package wx :: Module grid
[frames | no frames]

Module wx.grid

Classes for implementing a spreadsheet-like control.
Classes
Grid Proxy of C++ Grid class
GridCellAttr Proxy of C++ GridCellAttr class
GridCellAttrProvider Proxy of C++ GridCellAttrProvider class
GridCellAutoWrapStringEditor Proxy of C++ GridCellAutoWrapStringEditor class
GridCellAutoWrapStringRenderer Proxy of C++ GridCellAutoWrapStringRenderer class
GridCellBoolEditor Proxy of C++ GridCellBoolEditor class
GridCellBoolRenderer Proxy of C++ GridCellBoolRenderer class
GridCellChoiceEditor Proxy of C++ GridCellChoiceEditor class
GridCellCoords Proxy of C++ GridCellCoords class
GridCellDateTimeRenderer Proxy of C++ GridCellDateTimeRenderer class
GridCellEditor Proxy of C++ GridCellEditor class
GridCellEnumEditor Proxy of C++ GridCellEnumEditor class
GridCellEnumRenderer Proxy of C++ GridCellEnumRenderer class
GridCellFloatEditor Proxy of C++ GridCellFloatEditor class
GridCellFloatRenderer Proxy of C++ GridCellFloatRenderer class
GridCellNumberEditor Proxy of C++ GridCellNumberEditor class
GridCellNumberRenderer Proxy of C++ GridCellNumberRenderer class
GridCellRenderer Proxy of C++ GridCellRenderer class
GridCellStringRenderer Proxy of C++ GridCellStringRenderer class
GridCellTextEditor Proxy of C++ GridCellTextEditor class
GridEditorCreatedEvent Proxy of C++ GridEditorCreatedEvent class
GridEvent Proxy of C++ GridEvent class
GridRangeSelectEvent Proxy of C++ GridRangeSelectEvent class
GridSizeEvent Proxy of C++ GridSizeEvent class
GridStringTable Proxy of C++ GridStringTable class
GridTableBase Proxy of C++ GridTableBase class
GridTableMessage Proxy of C++ GridTableMessage class
PyGridCellAttrProvider Proxy of C++ PyGridCellAttrProvider class
PyGridCellEditor Proxy of C++ PyGridCellEditor class
PyGridCellRenderer Proxy of C++ PyGridCellRenderer class
PyGridTableBase Proxy of C++ PyGridTableBase class

Function Summary
VisualAttributes Grid_GetClassDefaultAttributes(variant)
Get the default attributes for this class.
Grid PreGrid()

Function Details

Grid_GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)

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.

Parameters:
variant
           (type=int)
Returns:
VisualAttributes

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:10 2005 http://epydoc.sf.net