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)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

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.20050511.rpd on Sat Jun 16 17:02:30 2007 http://epydoc.sf.net