wxGridCellAttr
See external documentation: wxGridCellAttr.
See external documentation:
Functions
setTextColour(This, ColText) -> ok
This = wxGridCellAttr()
ColText = wx_colour() (see module wx)
See
setBackgroundColour(This, ColBack) -> ok
This = wxGridCellAttr()
ColBack = wx_colour() (see module wx)
See
setFont(This, Font) -> ok
This = wxGridCellAttr()
Font = wxFont() (see module wxFont)
See
setAlignment(This, HAlign, VAlign) -> ok
This = wxGridCellAttr()
HAlign = integer()
VAlign = integer()
See
setReadOnly(This, Option::[Option]) -> ok
This = wxGridCellAttr()
Option = {isReadOnly, boolean()}
See
setRenderer(This, Renderer) -> ok
This = wxGridCellAttr()
Renderer = wxGridCellRenderer() (see module wxGridCellRenderer)
See
setEditor(This, Editor) -> ok
This = wxGridCellAttr()
Editor = wxGridCellEditor() (see module wxGridCellEditor)
See
hasTextColour(This) -> boolean()
This = wxGridCellAttr()
See
hasBackgroundColour(This) -> boolean()
This = wxGridCellAttr()
See
hasFont(This) -> boolean()
This = wxGridCellAttr()
See
hasAlignment(This) -> boolean()
This = wxGridCellAttr()
See
hasRenderer(This) -> boolean()
This = wxGridCellAttr()
See
hasEditor(This) -> boolean()
This = wxGridCellAttr()
See
getTextColour(This) -> wx_colour4() (see module wx)
This = wxGridCellAttr()
See
getBackgroundColour(This) -> wx_colour4() (see module wx)
This = wxGridCellAttr()
See
getFont(This) -> wxFont() (see module wxFont)
This = wxGridCellAttr()
See
getAlignment(This) -> {HAlign::integer(), VAlign::integer()}
This = wxGridCellAttr()
See
getRenderer(This, Grid, Row, Col) -> wxGridCellRenderer() (see module wxGridCellRenderer)
This = wxGridCellAttr()
Grid = wxGrid() (see module wxGrid)
Row = integer()
Col = integer()
See
getEditor(This, Grid, Row, Col) -> wxGridCellEditor() (see module wxGridCellEditor)
This = wxGridCellAttr()
Grid = wxGrid() (see module wxGrid)
Row = integer()
Col = integer()
See
isReadOnly(This) -> boolean()
This = wxGridCellAttr()
See
setDefAttr(This, DefAttr) -> ok
This = wxGridCellAttr()
DefAttr = wxGridCellAttr()
See