Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_all
NAME
wxListItem - See external documentation: wxListItem.
DESCRIPTION
See external documentation: wxListItem.
DATA TYPES
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() See external documentation. new(Item) -> wxListItem() Types: Item = wxListItem() See external documentation. clear(This) -> ok Types: This = wxListItem() See external documentation. 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() See external documentation. getColumn(This) -> integer() Types: This = wxListItem() See external documentation. getFont(This) -> wxFont() (see module wxFont) Types: This = wxListItem() See external documentation. getId(This) -> integer() Types: This = wxListItem() See external documentation. getImage(This) -> integer() Types: This = wxListItem() See external documentation. getMask(This) -> integer() Types: This = wxListItem() See external documentation. getState(This) -> integer() Types: This = wxListItem() See external documentation. getText(This) -> charlist() (see module unicode) Types: This = wxListItem() See external documentation. getTextColour(This) -> wx_colour4() (see module wx) Types: This = wxListItem() See external documentation. getWidth(This) -> integer() Types: This = wxListItem() See external documentation. 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) See external documentation. setColumn(This, Col) -> ok Types: This = wxListItem() Col = integer() See external documentation. setFont(This, Font) -> ok Types: This = wxListItem() Font = wxFont() (see module wxFont) See external documentation. setId(This, Id) -> ok Types: This = wxListItem() Id = integer() See external documentation. setImage(This, Image) -> ok Types: This = wxListItem() Image = integer() See external documentation. setMask(This, Mask) -> ok Types: This = wxListItem() Mask = integer() See external documentation. setState(This, State) -> ok Types: This = wxListItem() State = integer() See external documentation. setStateMask(This, StateMask) -> ok Types: This = wxListItem() StateMask = integer() See external documentation. setText(This, Text) -> ok Types: This = wxListItem() Text = chardata() (see module unicode) See external documentation. setTextColour(This, ColText) -> ok Types: This = wxListItem() ColText = wx_colour() (see module wx) See external documentation. setWidth(This, Width) -> ok Types: This = wxListItem() Width = integer() See external documentation. destroy(This::wxListItem()) -> ok Destroys this object, do not use object again
AUTHORS
<> wx 1.1.1 wxListItem(3erl)