wxListItemAttr

See external documentation: wxListItemAttr.

See external documentation: wxListItemAttr.

Types


wxListItemAttr() = wx:wx_object()

Functions


new() -> wxListItemAttr()

See external documentation.

new(ColText, ColBack, Font) -> wxListItemAttr()

  • ColText = wx_colour() (see module wx)
  • ColBack = wx_colour() (see module wx)
  • Font = wxFont() (see module wxFont)

See external documentation.

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

  • This = wxListItemAttr()

See external documentation.

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

  • This = wxListItemAttr()

See external documentation.

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

  • This = wxListItemAttr()

See external documentation.

hasBackgroundColour(This) -> boolean()

  • This = wxListItemAttr()

See external documentation.

hasFont(This) -> boolean()

  • This = wxListItemAttr()

See external documentation.

hasTextColour(This) -> boolean()

  • This = wxListItemAttr()

See external documentation.

setBackgroundColour(This, ColBack) -> ok

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

See external documentation.

setFont(This, Font) -> ok

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

See external documentation.

setTextColour(This, ColText) -> ok

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

See external documentation.

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

Destroys this object, do not use object again