wxListItem
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxListItem.
DATA TYPES
EXPORTS
new() -> wxListItem()
new(Item) -> wxListItem()
Types:
Types:
getAlign(This) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
getBackgroundColour(This) -> wx:wx_colour4()
Types:
Types:
getFont(This) -> wxFont:wxFont()
Types:
Types:
Types:
Types:
Types:
getText(This) -> unicode:charlist()
Types:
getTextColour(This) -> wx:wx_colour4()
Types:
Types:
See external documentation.
Align = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
setBackgroundColour(This, ColBack) -> ok
setStateMask(This, StateMask) -> ok
setTextColour(This, ColText) -> ok
destroy(This::wxListItem()) -> ok