wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxAuiDockArt

Module

wxAuiDockArt

Module Summary

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:wx_colour4()

Types

Id = integer()

getFont(This, Id) -> wxFont:wxFont()

Types

Id = integer()

getMetric(This, Id) -> integer()

Types

Id = integer()

setColour(This, Id, Colour) -> ok

Types

Id = integer()
Colour = wx:wx_colour()

setFont(This, Id, Font) -> ok

Types

Id = integer()

setMetric(This, Id, New_val) -> ok

Types

Id = integer()
New_val = integer()