wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxListItemAttr

Module

wxListItemAttr

Module Summary

See external documentation: wxListItemAttr.

Description

See external documentation: wxListItemAttr.

DATA TYPES

wxListItemAttr()

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

Exports

new() -> wxListItemAttr()

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

Types

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

getBackgroundColour(This) -> wx:wx_colour4()

Types

getFont(This) -> wxFont:wxFont()

Types

getTextColour(This) -> wx:wx_colour4()

Types

hasBackgroundColour(This) -> boolean()

Types

hasFont(This) -> boolean()

Types

hasTextColour(This) -> boolean()

Types

setBackgroundColour(This, ColBack) -> ok

Types

ColBack = wx:wx_colour()

setFont(This, Font) -> ok

Types

setTextColour(This, ColText) -> ok

Types

ColText = wx:wx_colour()

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

Destroys this object, do not use object again