wxListItemAttr

See external documentation: wxListItemAttr.

See external documentation: wxListItemAttr.

Functions


new() -> wxListItemAttr()

See external documentation.

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

See external documentation.

getBackgroundColour(This) -> wx:wx_colour4()

See external documentation.

getFont(This) -> wxFont:wxFont()

See external documentation.

getTextColour(This) -> wx:wx_colour4()

See external documentation.

hasBackgroundColour(This) -> boolean()

See external documentation.

hasFont(This) -> boolean()

See external documentation.

hasTextColour(This) -> boolean()

See external documentation.

setBackgroundColour(This, ColBack) -> ok

See external documentation.

setFont(This, Font) -> ok

See external documentation.

setTextColour(This, ColText) -> ok

See external documentation.

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

Destroys this object, do not use object again