wxGridCellAttr
(wx)See external documentation: wxGridCellAttr.
See external documentation:
DATA TYPES
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.
Functions
setTextColour(This::wxGridCellAttr(), ColText::colour() (see module wx)) -> ok
See
setBackgroundColour(This::wxGridCellAttr(), ColBack::colour() (see module wx)) -> ok
See
setFont(This::wxGridCellAttr(), Font::wxFont() (see module wxFont)) -> ok
See
setAlignment(This::wxGridCellAttr(), HAlign::integer(), VAlign::integer()) -> ok
See
setReadOnly(This::wxGridCellAttr()) -> ok
Equivalent to setReadOnly(This, []).
setReadOnly(This::wxGridCellAttr(), Options::[Option]) -> ok
Option = {isReadOnly, bool()}
See
setRenderer(This::wxGridCellAttr(), Renderer::wxGridCellRenderer() (see module wxGridCellRenderer)) -> ok
See
setEditor(This::wxGridCellAttr(), Editor::wxGridCellEditor() (see module wxGridCellEditor)) -> ok
See
hasTextColour(This::wxGridCellAttr()) -> bool()
See
hasBackgroundColour(This::wxGridCellAttr()) -> bool()
See
hasFont(This::wxGridCellAttr()) -> bool()
See
hasAlignment(This::wxGridCellAttr()) -> bool()
See
hasRenderer(This::wxGridCellAttr()) -> bool()
See
hasEditor(This::wxGridCellAttr()) -> bool()
See
getTextColour(This::wxGridCellAttr()) -> colour() (see module wx)
See
getBackgroundColour(This::wxGridCellAttr()) -> colour() (see module wx)
See
getFont(This::wxGridCellAttr()) -> wxFont() (see module wxFont)
See
getAlignment(This::wxGridCellAttr()) -> {HAlign::integer(), VAlign::integer()}
See
getRenderer(This::wxGridCellAttr(), Grid::wxGrid() (see module wxGrid), Row::integer(), Col::integer()) -> wxGridCellRenderer() (see module wxGridCellRenderer)
See
getEditor(This::wxGridCellAttr(), Grid::wxGrid() (see module wxGrid), Row::integer(), Col::integer()) -> wxGridCellEditor() (see module wxGridCellEditor)
See
isReadOnly(This::wxGridCellAttr()) -> bool()
See
setDefAttr(This::wxGridCellAttr(), DefAttr::wxGridCellAttr()) -> ok
See
- setTextColour/1
- setBackgroundColour/1
- setFont/1
- setAlignment/1
- setReadOnly/1
- setReadOnly/1-1
- setRenderer/1
- setEditor/1
- hasTextColour/1
- hasBackgroundColour/1
- hasFont/1
- hasAlignment/1
- hasRenderer/1
- hasEditor/1
- getTextColour/1
- getBackgroundColour/1
- getFont/1
- getAlignment/1
- getRenderer/1
- getEditor/1
- isReadOnly/1
- setDefAttr/1