Scroll to navigation

wxListItem(3erl) Erlang Module Definition wxListItem(3erl)

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:wx_enum()
 
Types:
This = wxListItem()
 
See external documentation.
 
Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
getBackgroundColour(This) -> wx:wx_colour4()
 
Types:
This = wxListItem()
 
See external documentation.
getColumn(This) -> integer()
 
Types:
This = wxListItem()
 
See external documentation.
getFont(This) -> wxFont: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) -> unicode:charlist()
 
Types:
This = wxListItem()
 
See external documentation.
getTextColour(This) -> wx:wx_colour4()
 
Types:
This = wxListItem()
 
See external documentation.
getWidth(This) -> integer()
 
Types:
This = wxListItem()
 
See external documentation.
setAlign(This, Align) -> ok
 
Types:
This = wxListItem()
 
Align = wx:wx_enum()
 
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:wx_colour()
 
See external documentation.
setColumn(This, Col) -> ok
 
Types:
This = wxListItem()
 
Col = integer()
 
See external documentation.
setFont(This, Font) -> ok
 
Types:
This = wxListItem()
 
Font = wxFont: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 = unicode:chardata()
 
See external documentation.
setTextColour(This, ColText) -> ok
 
Types:
This = wxListItem()
 
ColText = wx:wx_colour()
 
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.8