wxListItem
MODULE
wxListItem
MODULE SUMMARY
See external documentation: wxListItem.
DESCRIPTION
See external documentation: wxListItem.
- wxListItem()
- 
An object reference, The representation is internal
  and can be changed without notice. It can't be used for comparsion
  stored on disc or distributed for use on other nodes. 
 
EXPORTS
new() -> wxListItem()
new(Item) -> wxListItem()
Types:
Item = wxListItem()
 
clear(This) -> ok
Types:
This = wxListItem()
 
getAlign(This) -> wx_enum() (see module wx)
Types:
This = wxListItem()
 
See external documentation.
 
 Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
getBackgroundColour(This) -> wx_colour4() (see module wx)
Types:
This = wxListItem()
 
getColumn(This) -> integer()
Types:
This = wxListItem()
 
getFont(This) -> wxFont() (see module wxFont)
Types:
This = wxListItem()
 
getId(This) -> integer()
Types:
This = wxListItem()
 
getImage(This) -> integer()
Types:
This = wxListItem()
 
getMask(This) -> integer()
Types:
This = wxListItem()
 
getState(This) -> integer()
Types:
This = wxListItem()
 
getText(This) -> charlist() (see module unicode)
Types:
This = wxListItem()
 
getTextColour(This) -> wx_colour4() (see module wx)
Types:
This = wxListItem()
 
getWidth(This) -> integer()
Types:
This = wxListItem()
 
setAlign(This, Align) -> ok
Types:
This = wxListItem()
Align = wx_enum() (see module wx)
 
See external documentation.
 
 Align = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
setBackgroundColour(This, ColBack) -> ok
Types:
This = wxListItem()
ColBack = wx_colour() (see module wx)
 
setColumn(This, Col) -> ok
Types:
This = wxListItem()
Col = integer()
 
setFont(This, Font) -> ok
Types:
This = wxListItem()
Font = wxFont() (see module wxFont)
 
setId(This, Id) -> ok
Types:
This = wxListItem()
Id = integer()
 
setImage(This, Image) -> ok
Types:
This = wxListItem()
Image = integer()
 
setMask(This, Mask) -> ok
Types:
This = wxListItem()
Mask = integer()
 
setState(This, State) -> ok
Types:
This = wxListItem()
State = integer()
 
setStateMask(This, StateMask) -> ok
Types:
This = wxListItem()
StateMask = integer()
 
setText(This, Text) -> ok
Types:
This = wxListItem()
Text = chardata() (see module unicode)
 
setTextColour(This, ColText) -> ok
Types:
This = wxListItem()
ColText = wx_colour() (see module wx)
 
setWidth(This, Width) -> ok
Types:
This = wxListItem()
Width = integer()
 
destroy(This::wxListItem()) -> ok
Destroys this object, do not use object again