wxListItemAttr
Description
wxWidgets docs: wxListItemAttr
new() -> wxListItemAttr()
new(ColText, ColBack, Font) -> wxListItemAttr()
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
setFont(This, Font) -> ok
setTextColour(This, ColText) -> ok
destroy(This :: wxListItemAttr()) -> ok
Destroys the object.