wxGridCellAttr(3erl) | Erlang Module Definition | wxGridCellAttr(3erl) |
wxGridCellAttr - See external documentation: wxGridCellAttr.
See external documentation: 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.
setTextColour(This, ColText) -> ok
Types:
See external documentation.
setBackgroundColour(This, ColBack) -> ok
Types:
See external documentation.
setFont(This, Font) -> ok
Types:
See external documentation.
setAlignment(This, HAlign, VAlign) -> ok
Types:
See external documentation.
setReadOnly(This) -> ok
Types:
Equivalent to setReadOnly(This, []).
setReadOnly(This, Options::[Option]) -> ok
Types:
See external documentation.
setRenderer(This, Renderer) -> ok
Types:
See external documentation.
setEditor(This, Editor) -> ok
Types:
See external documentation.
hasTextColour(This) -> boolean()
Types:
See external documentation.
hasBackgroundColour(This) -> boolean()
Types:
See external documentation.
hasFont(This) -> boolean()
Types:
See external documentation.
hasAlignment(This) -> boolean()
Types:
See external documentation.
hasRenderer(This) -> boolean()
Types:
See external documentation.
hasEditor(This) -> boolean()
Types:
See external documentation.
getTextColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getBackgroundColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getFont(This) -> wxFont:wxFont()
Types:
See external documentation.
getAlignment(This) -> {HAlign::integer(),
VAlign::integer()}
Types:
See external documentation.
getRenderer(This, Grid, Row, Col) ->
wxGridCellRenderer:wxGridCellRenderer()
Types:
See external documentation.
getEditor(This, Grid, Row, Col) ->
wxGridCellEditor:wxGridCellEditor()
Types:
See external documentation.
isReadOnly(This) -> boolean()
Types:
See external documentation.
setDefAttr(This, DefAttr) -> ok
Types:
See external documentation.
<>
wx 1.9.2 |