wxlistitemattr(3) - Linux man page

Name

wxListItemAttr - 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()

See external documentation.

new(ColText::colour() (see module wx), ColBack::colour() (see module wx), Font::wxFont() (see module wxFont)) -> wxListItemAttr()

See external documentation.

getBackgroundColour(This::wxListItemAttr()) -> colour() (see module wx)

See external documentation.

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

See external documentation.

getTextColour(This::wxListItemAttr()) -> colour() (see module wx)

See external documentation.

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

See external documentation.

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

See external documentation.

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

See external documentation.

setBackgroundColour(This::wxListItemAttr(), ColBack::colour() (see module wx)) -> ok

See external documentation.

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

See external documentation.

setTextColour(This::wxListItemAttr(), ColText::colour() (see module wx)) -> ok

See external documentation.

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

Destroys this object, do not use object again

Authors

<>