wxListItemAttr
MODULE
wxListItemAttr
MODULE SUMMARY
See external documentation: wxListItemAttr.
DESCRIPTION
See external documentation: wxListItemAttr.
DATA TYPES
EXPORTS
getBackgroundColour(This::wxListItemAttr()) -> colour() (see module wx)
getFont(This::wxListItemAttr()) -> wxFont() (see module wxFont)
getTextColour(This::wxListItemAttr()) -> colour() (see module wx)
hasBackgroundColour(This::wxListItemAttr()) -> bool()
hasFont(This::wxListItemAttr()) -> bool()
hasTextColour(This::wxListItemAttr()) -> bool()
setBackgroundColour(This::wxListItemAttr(), ColBack::colour() (see module wx)) -> ok
setFont(This::wxListItemAttr(), Font::wxFont() (see module wxFont)) -> ok
setTextColour(This::wxListItemAttr(), ColText::colour() (see module wx)) -> ok