wxListItem
See external documentation: wxListItem.
See external documentation:
Functions
new() -> wxListItem()
See
getAlign(This) -> wx:wx_enum()
This = wxListItem()
See
Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
setAlign(This, Align) -> ok
This = wxListItem()
Align = wx:wx_enum()
See
Align = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
setBackgroundColour(This, ColBack) -> ok
This = wxListItem()
ColBack = wx:wx_colour()
See
setStateMask(This, StateMask) -> ok
This = wxListItem()
StateMask = integer()
See
setTextColour(This, ColText) -> ok
This = wxListItem()
ColText = wx:wx_colour()
See
destroy(This::wxListItem()) -> ok
Destroys this object, do not use object again