wxListItemAttr(3erl) | Erlang Module Definition | wxListItemAttr(3erl) |
wxListItemAttr - Functions for wxListItemAttr class
wxWidgets docs: wxListItemAttr
wxListItemAttr() = wx:wx_object()
new() -> wxListItemAttr()
new(ColText, ColBack, Font) -> wxListItemAttr()
Types:
getBackgroundColour(This) -> wx:wx_colour4()
Types:
getFont(This) -> wxFont:wxFont()
Types:
getTextColour(This) -> wx:wx_colour4()
Types:
hasBackgroundColour(This) -> boolean()
Types:
hasFont(This) -> boolean()
Types:
hasTextColour(This) -> boolean()
Types:
setBackgroundColour(This, ColBack) -> ok
Types:
setFont(This, Font) -> ok
Types:
setTextColour(This, ColText) -> ok
Types:
destroy(This :: wxListItemAttr()) -> ok
Destroys the object.
wx 2.2.1 | wxWidgets team. |