wxListItemAttr
Module
wxListItemAttr
Module Summary
See external documentation: wxListItemAttr.
Description
See external documentation: wxListItemAttr.
DATA TYPES
Exports
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()
Types
This = wxListItemAttr()
hasTextColour(This) -> boolean()
Types
This = wxListItemAttr()
setBackgroundColour(This, ColBack) -> ok
setTextColour(This, ColText) -> ok
destroy(This::wxListItemAttr()) -> ok