wxGridCellAttr
Module
Module Summary
Description
See external documentation: wxGridCellAttr.
DATA TYPES
Exports
setTextColour(This, ColText) -> ok
setBackgroundColour(This, ColBack) -> ok
setAlignment(This, HAlign, VAlign) -> ok
Types
Equivalent to setReadOnly(This, []).
setReadOnly(This, Options::[Option]) -> ok
setRenderer(This, Renderer) -> ok
hasTextColour(This) -> boolean()
Types
hasBackgroundColour(This) -> boolean()
Types
Types
hasAlignment(This) -> boolean()
Types
hasRenderer(This) -> boolean()
Types
Types
getTextColour(This) -> wx:wx_colour4()
Types
getBackgroundColour(This) -> wx:wx_colour4()
Types
getFont(This) -> wxFont:wxFont()
Types
getAlignment(This) -> {HAlign::integer(), VAlign::integer()}
Types
getRenderer(This, Grid, Row, Col) -> wxGridCellRenderer:wxGridCellRenderer()
getEditor(This, Grid, Row, Col) -> wxGridCellEditor:wxGridCellEditor()