new()->wxListItemAttr()new(ColText,ColBack,Font)->wxListItemAttr()
Types:
ColText = ColBack = wx:wx_colour()
Font = wxFont:wxFont()
getBackgroundColour(This)->wx:wx_colour4()
Types:
This = wxListItemAttr()
getFont(This)->wxFont:wxFont()
Types:
This = wxListItemAttr()
getTextColour(This)->wx:wx_colour4()
Types:
This = wxListItemAttr()
hasBackgroundColour(This)->boolean()
Types:
This = wxListItemAttr()
hasFont(This)->boolean()
Types:
This = wxListItemAttr()
hasTextColour(This)->boolean()
Types:
This = wxListItemAttr()
setBackgroundColour(This,ColBack)->ok
Types:
This = wxListItemAttr()
ColBack = wx:wx_colour()
setFont(This,Font)->ok
Types:
This = wxListItemAttr()
Font = wxFont:wxFont()
setTextColour(This,ColText)->ok
Types:
This = wxListItemAttr()
ColText = wx:wx_colour()
destroy(This::wxListItemAttr())->ok
Destroys the object.
wxWidgets team. wx 2.1.1 wxListItemAttr(3erl)