table of contents
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.6+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0.4+dfsg-1
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:
See external documentation.
clear(This) -> ok
Types:
See external documentation.
getAlign(This) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE |
?wxLIST_FORMAT_CENTER
getBackgroundColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getColumn(This) -> integer()
Types:
See external documentation.
getFont(This) -> wxFont:wxFont()
Types:
See external documentation.
getId(This) -> integer()
Types:
See external documentation.
getImage(This) -> integer()
Types:
See external documentation.
getMask(This) -> integer()
Types:
See external documentation.
getState(This) -> integer()
Types:
See external documentation.
getText(This) -> unicode:charlist()
Types:
See external documentation.
getTextColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getWidth(This) -> integer()
Types:
See external documentation.
setAlign(This, Align) -> ok
Types:
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:
ColBack = wx:wx_colour()
See external documentation.
setColumn(This, Col) -> ok
Types:
Col = integer()
See external documentation.
setFont(This, Font) -> ok
Types:
Font = wxFont:wxFont()
See external documentation.
setId(This, Id) -> ok
Types:
Id = integer()
See external documentation.
setImage(This, Image) -> ok
Types:
Image = integer()
See external documentation.
setMask(This, Mask) -> ok
Types:
Mask = integer()
See external documentation.
setState(This, State) -> ok
Types:
State = integer()
See external documentation.
setStateMask(This, StateMask) -> ok
Types:
StateMask = integer()
See external documentation.
setText(This, Text) -> ok
Types:
Text = unicode:chardata()
See external documentation.
setTextColour(This, ColText) -> ok
Types:
ColText = wx:wx_colour()
See external documentation.
setWidth(This, Width) -> ok
Types:
Width = integer()
See external documentation.
destroy(This::wxListItem()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8 |