wxListItem

See external documentation: wxListItem.

See external documentation: wxListItem.

Functions


new() -> wxListItem()

See external documentation.

new(Item) -> wxListItem()

See external documentation.

clear(This) -> ok

See external documentation.

getAlign(This) -> wx:wx_enum()

See external documentation.
Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER

getBackgroundColour(This) -> wx:wx_colour4()

See external documentation.

getColumn(This) -> integer()

See external documentation.

getFont(This) -> wxFont:wxFont()

See external documentation.

getId(This) -> integer()

See external documentation.

getImage(This) -> integer()

See external documentation.

getMask(This) -> integer()

See external documentation.

getState(This) -> integer()

See external documentation.

getText(This) -> unicode:charlist()

See external documentation.

getTextColour(This) -> wx:wx_colour4()

See external documentation.

getWidth(This) -> integer()

See external documentation.

setAlign(This, Align) -> ok

See external documentation.
Align = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER

setBackgroundColour(This, ColBack) -> ok

See external documentation.

setColumn(This, Col) -> ok

See external documentation.

setFont(This, Font) -> ok

See external documentation.

setId(This, Id) -> ok

See external documentation.

setImage(This, Image) -> ok

See external documentation.

setMask(This, Mask) -> ok

See external documentation.

setState(This, State) -> ok

See external documentation.

setStateMask(This, StateMask) -> ok

See external documentation.

setText(This, Text) -> ok

See external documentation.

setTextColour(This, ColText) -> ok

See external documentation.

setWidth(This, Width) -> ok

See external documentation.

destroy(This::wxListItem()) -> ok

Destroys this object, do not use object again