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