wxAuiDockArt
Module
Module Summary
Description
wxAuiDockArt is part of the wxAUI class framework. See also overview_aui.
wxAuiDockArt is the art provider: provides all drawing functionality to the wxAui dock manager. This allows the dock manager to have a pluggable look-and-feel.
By default, a wxAuiManager uses an instance of this class called wxAuiDefaultDockArt (not implemented in wx) which provides bitmap art and a colour scheme that is adapted to the major platforms' look. You can either derive from that class to alter its behaviour or write a completely new dock art class. Call wxAuiManager:setArtProvider/2 to force wxAUI to use your new dock art provider.
See: wxAuiManager, wxAuiPaneInfo
wxWidgets docs: wxAuiDockArt
getColour(This, Id) -> wx:wx_colour4()
|
Get the colour of a certain setting.
id can be one of the colour values of wxAuiPaneDockArtSetting.
getFont(This, Id) -> wxFont:wxFont()
|
Get a font setting.
Get the value of a certain setting.
id can be one of the size values of wxAuiPaneDockArtSetting.
Set a certain setting with the value colour.
id can be one of the colour values of wxAuiPaneDockArtSetting.
Set a font setting.
Set a certain setting with the value new_val.
id can be one of the size values of wxAuiPaneDockArtSetting.