wxListItemAttr (wx v2.5.4)

Copy Markdown View Source

Functions for wxListItemAttr class

wxWidgets docs: wxListItemAttr

Summary

Types

wxListItemAttr()

-type wxListItemAttr() :: wx:wx_object().

Functions

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

Destroys the object

getBackgroundColour(This :: wxListItemAttr()) -> wx:wx_colour4()

getFont(This :: wxListItemAttr()) -> wxFont:wxFont()

getTextColour(This :: wxListItemAttr()) -> wx:wx_colour4()

hasBackgroundColour(This :: wxListItemAttr()) -> boolean()

hasFont(This :: wxListItemAttr()) -> boolean()

hasTextColour(This :: wxListItemAttr()) -> boolean()

new() -> wxListItemAttr()

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

Types

ColText = ColBack = wx:wx_colour()
Font = wxFont:wxFont()

setBackgroundColour(This :: wxListItemAttr(), ColBack :: wx:wx_colour()) -> ok

setFont(This :: wxListItemAttr(), Font :: wxFont:wxFont()) -> ok

setTextColour(This :: wxListItemAttr(), ColText :: wx:wx_colour()) -> ok