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()
-
This = wxAuiDockArt()
-
See external documentation.
getFont(This, Id) -> wxFont() (see module wxFont)
-
Types:
-
This = wxAuiDockArt()
Id = integer()
-
This = wxAuiDockArt()
-
See external documentation.
getMetric(This, Id) -> integer()
-
Types:
-
This = wxAuiDockArt()
Id = integer()
-
This = wxAuiDockArt()
-
See external documentation.
setColour(This, Id, Colour) -> ok
-
Types:
-
This = wxAuiDockArt()
Id = integer()
Colour = wx_colour() (see module wx)
-
This = wxAuiDockArt()
-
See external documentation.
setFont(This, Id, Font) -> ok
-
Types:
-
This = wxAuiDockArt()
Id = integer()
Font = wxFont() (see module wxFont)
-
This = wxAuiDockArt()
-
See external documentation.
setMetric(This, Id, New_val) -> ok
-
Types:
-
This = wxAuiDockArt()
Id = integer()
New_val = integer()
-
This = wxAuiDockArt()
-
See external documentation.
AUTHORS
<>