abstract datatype: wxGridCellAttr()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
getAlignment(This::wxGridCellAttr()) -> {HAlign::integer(), VAlign::integer()}
getBackgroundColour(This::wxGridCellAttr()) -> wx:colour()
getEditor(This::wxGridCellAttr(), Grid::wxGrid:wxGrid(), Row::integer(), Col::integer()) -> wxGridCellEditor:wxGridCellEditor()
getFont(This::wxGridCellAttr()) -> wxFont:wxFont()
getRenderer(This::wxGridCellAttr(), Grid::wxGrid:wxGrid(), Row::integer(), Col::integer()) -> wxGridCellRenderer:wxGridCellRenderer()
getTextColour(This::wxGridCellAttr()) -> wx:colour()
hasAlignment(This::wxGridCellAttr()) -> bool()
hasBackgroundColour(This::wxGridCellAttr()) -> bool()
hasEditor(This::wxGridCellAttr()) -> bool()
hasFont(This::wxGridCellAttr()) -> bool()
hasRenderer(This::wxGridCellAttr()) -> bool()
hasTextColour(This::wxGridCellAttr()) -> bool()
isReadOnly(This::wxGridCellAttr()) -> bool()
setAlignment(This::wxGridCellAttr(), HAlign::integer(), VAlign::integer()) -> ok
setBackgroundColour(This::wxGridCellAttr(), ColBack::wx:colour()) -> ok
setDefAttr(This::wxGridCellAttr(), DefAttr::wxGridCellAttr()) -> ok
setEditor(This::wxGridCellAttr(), Editor::wxGridCellEditor:wxGridCellEditor()) -> ok
setFont(This::wxGridCellAttr(), Font::wxFont:wxFont()) -> ok
setReadOnly(This::wxGridCellAttr()) -> ok
Equivalent to setReadOnly(This, []).
setReadOnly(This::wxGridCellAttr(), Options::[Option]) -> ok
setRenderer(This::wxGridCellAttr(), Renderer::wxGridCellRenderer:wxGridCellRenderer()) -> ok
setTextColour(This::wxGridCellAttr(), ColText::wx:colour()) -> ok
Generated by EDoc, May 26 2008, 12:35:34.