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

Type GridCellAttr

object --+
         |
        GridCellAttr


Proxy of C++ GridCellAttr class
Method Summary
GridCellAttr __init__(self, attrDefault)
  __repr__(self)
GridCellAttr Clone(self)
  DecRef(self)
(hAlign, vAlign) GetAlignment()
Colour GetBackgroundColour(self)
GridCellEditor GetEditor(self, grid, row, col)
Font GetFont(self)
int GetKind(self)
bool GetOverflow(self)
GridCellRenderer GetRenderer(self, grid, row, col)
(num_rows, num_cols) GetSize()
Colour GetTextColour(self)
bool HasAlignment(self)
bool HasBackgroundColour(self)
bool HasEditor(self)
bool HasFont(self)
bool HasOverflowMode(self)
bool HasReadWriteMode(self)
bool HasRenderer(self)
bool HasTextColour(self)
  IncRef(self)
bool IsReadOnly(self)
  MergeWith(self, mergefrom)
  SetAlignment(self, hAlign, vAlign)
  SetBackgroundColour(self, colBack)
  SetDefAttr(self, defAttr)
  SetEditor(self, editor)
  SetFont(self, font)
  SetKind(self, kind)
  SetOverflow(self, allow)
  SetReadOnly(self, isReadOnly)
  SetRenderer(self, renderer)
  SetSize(self, num_rows, num_cols)
  SetTextColour(self, colText)

Class Variable Summary
int Any = 0                                                                     
int Cell = 2                                                                     
int Col = 4                                                                     
int Default = 1                                                                     
int Merged = 5                                                                     
int Row = 3                                                                     

Class Variable Details

Any

Type:
int
Value:
0                                                                     

Cell

Type:
int
Value:
2                                                                     

Col

Type:
int
Value:
4                                                                     

Default

Type:
int
Value:
1                                                                     

Merged

Type:
int
Value:
5                                                                     

Row

Type:
int
Value:
3                                                                     

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