wxListItemAttr
MODULE
wxListItemAttr
MODULE SUMMARY
See external documentation: wxListItemAttr.
DESCRIPTION
See external documentation: wxListItemAttr.
DATA TYPES
EXPORTS
new(ColText, ColBack, Font) -> wxListItemAttr()
Types:
ColText = wx_colour() (see module wx)
ColBack = wx_colour() (see module wx)
Font = wxFont() (see module wxFont)
getBackgroundColour(This) -> wx_colour4() (see module wx)
Types:
This = wxListItemAttr()
getFont(This) -> wxFont() (see module wxFont)
Types:
This = wxListItemAttr()
getTextColour(This) -> wx_colour4() (see module wx)
Types:
This = wxListItemAttr()
hasBackgroundColour(This) -> boolean()
Types:
This = wxListItemAttr()
Types:
This = wxListItemAttr()
hasTextColour(This) -> boolean()
Types:
This = wxListItemAttr()
setBackgroundColour(This, ColBack) -> ok
Types:
This = wxListItemAttr()
ColBack = wx_colour() (see module wx)
Types:
This = wxListItemAttr()
Font = wxFont() (see module wxFont)
setTextColour(This, ColText) -> ok
Types:
This = wxListItemAttr()
ColText = wx_colour() (see module wx)