wxAuiDockArt(3) See external documentation: wxAuiDockArt.

DESCRIPTION

See external documentation: wxAuiDockArt.

DATA TYPES

wxAuiDockArt():

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

getColour(This, Id) -> wx_colour4() (see module wx)

Types:

This = wxAuiDockArt()
Id = integer()

See external documentation.

getFont(This, Id) -> wxFont() (see module wxFont)

Types:

This = wxAuiDockArt()
Id = integer()

See external documentation.

getMetric(This, Id) -> integer()

Types:

This = wxAuiDockArt()
Id = integer()

See external documentation.

setColour(This, Id, Colour) -> ok

Types:

This = wxAuiDockArt()
Id = integer()
Colour = wx_colour() (see module wx)

See external documentation.

setFont(This, Id, Font) -> ok

Types:

This = wxAuiDockArt()
Id = integer()
Font = wxFont() (see module wxFont)

See external documentation.

setMetric(This, Id, New_val) -> ok

Types:

This = wxAuiDockArt()
Id = integer()
New_val = integer()

See external documentation.

AUTHORS

<>