wxListItem
See external documentation: wxListItem.
See external documentation:
Functions
new() -> wxListItem()
See
new(Item) -> wxListItem()
Item = wxListItem()
See
clear(This) -> ok
This = wxListItem()
See
getAlign(This) -> wx_enum() (see module wx)
This = wxListItem()
See
Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
getBackgroundColour(This) -> wx_colour4() (see module wx)
This = wxListItem()
See
getColumn(This) -> integer()
This = wxListItem()
See
getFont(This) -> wxFont() (see module wxFont)
This = wxListItem()
See
getId(This) -> integer()
This = wxListItem()
See
getImage(This) -> integer()
This = wxListItem()
See
getMask(This) -> integer()
This = wxListItem()
See
getState(This) -> integer()
This = wxListItem()
See
getText(This) -> charlist() (see module unicode)
This = wxListItem()
See
getTextColour(This) -> wx_colour4() (see module wx)
This = wxListItem()
See
getWidth(This) -> integer()
This = wxListItem()
See
setAlign(This, Align) -> ok
This = wxListItem()
Align = wx_enum() (see module wx)
See
Align = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
setBackgroundColour(This, ColBack) -> ok
This = wxListItem()
ColBack = wx_colour() (see module wx)
See
setColumn(This, Col) -> ok
This = wxListItem()
Col = integer()
See
setFont(This, Font) -> ok
This = wxListItem()
Font = wxFont() (see module wxFont)
See
setId(This, Id) -> ok
This = wxListItem()
Id = integer()
See
setImage(This, Image) -> ok
This = wxListItem()
Image = integer()
See
setMask(This, Mask) -> ok
This = wxListItem()
Mask = integer()
See
setState(This, State) -> ok
This = wxListItem()
State = integer()
See
setStateMask(This, StateMask) -> ok
This = wxListItem()
StateMask = integer()
See
setText(This, Text) -> ok
This = wxListItem()
Text = chardata() (see module unicode)
See
setTextColour(This, ColText) -> ok
This = wxListItem()
ColText = wx_colour() (see module wx)
See
setWidth(This, Width) -> ok
This = wxListItem()
Width = integer()
See
destroy(This::wxListItem()) -> ok
Destroys this object, do not use object again