wxListItem

See external documentation: wxListItem.

See external documentation: wxListItem.

Types


wxListItem() = wx:wx_object()

Functions


new() -> wxListItem()

See external documentation.

new(Item) -> wxListItem()

  • Item = wxListItem()

See external documentation.

clear(This) -> ok

  • This = wxListItem()

See external documentation.

getAlign(This) -> wx_enum() (see module wx)

  • 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)

  • This = wxListItem()

See external documentation.

getColumn(This) -> integer()

  • This = wxListItem()

See external documentation.

getFont(This) -> wxFont() (see module wxFont)

  • This = wxListItem()

See external documentation.

getId(This) -> integer()

  • This = wxListItem()

See external documentation.

getImage(This) -> integer()

  • This = wxListItem()

See external documentation.

getMask(This) -> integer()

  • This = wxListItem()

See external documentation.

getState(This) -> integer()

  • This = wxListItem()

See external documentation.

getText(This) -> charlist() (see module unicode)

  • This = wxListItem()

See external documentation.

getTextColour(This) -> wx_colour4() (see module wx)

  • This = wxListItem()

See external documentation.

getWidth(This) -> integer()

  • This = wxListItem()

See external documentation.

setAlign(This, Align) -> ok

  • 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

  • This = wxListItem()
  • ColBack = wx_colour() (see module wx)

See external documentation.

setColumn(This, Col) -> ok

  • This = wxListItem()
  • Col = integer()

See external documentation.

setFont(This, Font) -> ok

  • This = wxListItem()
  • Font = wxFont() (see module wxFont)

See external documentation.

setId(This, Id) -> ok

  • This = wxListItem()
  • Id = integer()

See external documentation.

setImage(This, Image) -> ok

  • This = wxListItem()
  • Image = integer()

See external documentation.

setMask(This, Mask) -> ok

  • This = wxListItem()
  • Mask = integer()

See external documentation.

setState(This, State) -> ok

  • This = wxListItem()
  • State = integer()

See external documentation.

setStateMask(This, StateMask) -> ok

  • This = wxListItem()
  • StateMask = integer()

See external documentation.

setText(This, Text) -> ok

  • This = wxListItem()
  • Text = chardata() (see module unicode)

See external documentation.

setTextColour(This, ColText) -> ok

  • This = wxListItem()
  • ColText = wx_colour() (see module wx)

See external documentation.

setWidth(This, Width) -> ok

  • This = wxListItem()
  • Width = integer()

See external documentation.

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

Destroys this object, do not use object again