wxGridCellAttr
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxGridCellAttr.
DATA TYPES
EXPORTS
setTextColour(This::wxGridCellAttr(), ColText::colour() (see module wx)) -> ok
setBackgroundColour(This::wxGridCellAttr(), ColBack::colour() (see module wx)) -> ok
setFont(This::wxGridCellAttr(), Font::wxFont() (see module wxFont)) -> ok
setAlignment(This::wxGridCellAttr(), HAlign::integer(), VAlign::integer()) -> ok
setReadOnly(This::wxGridCellAttr()) -> ok
Equivalent to setReadOnly(This, []).
setReadOnly(This::wxGridCellAttr(), Options::[Option]) -> ok
Types:
setEditor(This::wxGridCellAttr(), Editor::wxGridCellEditor() (see module wxGridCellEditor)) -> ok
hasTextColour(This::wxGridCellAttr()) -> bool()
hasBackgroundColour(This::wxGridCellAttr()) -> bool()
hasFont(This::wxGridCellAttr()) -> bool()
hasAlignment(This::wxGridCellAttr()) -> bool()
hasRenderer(This::wxGridCellAttr()) -> bool()
hasEditor(This::wxGridCellAttr()) -> bool()
getTextColour(This::wxGridCellAttr()) -> colour() (see module wx)
getBackgroundColour(This::wxGridCellAttr()) -> colour() (see module wx)
getFont(This::wxGridCellAttr()) -> wxFont() (see module wxFont)
getAlignment(This::wxGridCellAttr()) -> {HAlign::integer(), VAlign::integer()}
isReadOnly(This::wxGridCellAttr()) -> bool()
setDefAttr(This::wxGridCellAttr(), DefAttr::wxGridCellAttr()) -> ok