wxAuiDockArt
MODULE
wxAuiDockArt
MODULE SUMMARY
See external documentation: wxAuiDockArt.
DESCRIPTION
See external documentation: wxAuiDockArt.
DATA TYPES
EXPORTS
getColour(This, Id) -> wx_colour4() (see module wx)
Types:
This = wxAuiDockArt()
Id = integer()
getFont(This, Id) -> wxFont() (see module wxFont)
Types:
This = wxAuiDockArt()
Id = integer()
getMetric(This, Id) -> integer()
Types:
This = wxAuiDockArt()
Id = integer()
setColour(This, Id, Colour) -> ok
Types:
This = wxAuiDockArt()
Id = integer()
Colour = wx_colour() (see module wx)
Types:
This = wxAuiDockArt()
Id = integer()
Font = wxFont() (see module wxFont)
setMetric(This, Id, New_val) -> ok
Types:
This = wxAuiDockArt()
Id = integer()
New_val = integer()