wxGridCellAttr

See external documentation: wxGridCellAttr.

See external documentation: wxGridCellAttr.

Functions


setTextColour(This, ColText) -> ok

See external documentation.

setBackgroundColour(This, ColBack) -> ok

See external documentation.

setFont(This, Font) -> ok

See external documentation.

setAlignment(This, HAlign, VAlign) -> ok

See external documentation.

setReadOnly(This) -> ok

Equivalent to setReadOnly(This, []).

setReadOnly(This, Options::[Option]) -> ok

See external documentation.

setRenderer(This, Renderer) -> ok

See external documentation.

setEditor(This, Editor) -> ok

See external documentation.

hasTextColour(This) -> boolean()

See external documentation.

hasBackgroundColour(This) -> boolean()

See external documentation.

hasFont(This) -> boolean()

See external documentation.

hasAlignment(This) -> boolean()

See external documentation.

hasRenderer(This) -> boolean()

See external documentation.

hasEditor(This) -> boolean()

See external documentation.

getTextColour(This) -> wx:wx_colour4()

See external documentation.

getBackgroundColour(This) -> wx:wx_colour4()

See external documentation.

getFont(This) -> wxFont:wxFont()

See external documentation.

getAlignment(This) -> {HAlign::integer(), VAlign::integer()}

See external documentation.

getRenderer(This, Grid, Row, Col) -> wxGridCellRenderer:wxGridCellRenderer()

See external documentation.

getEditor(This, Grid, Row, Col) -> wxGridCellEditor:wxGridCellEditor()

See external documentation.

isReadOnly(This) -> boolean()

See external documentation.

setDefAttr(This, DefAttr) -> ok

See external documentation.