ToolBarHost

Layout with several toolbars

Constructors

this
this(string ID)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

findKeyAction
Action findKeyAction(uint keyCode, uint flags)

map key to action

getOrAddToolbar
ToolBar getOrAddToolbar(string ID)

create and add new toolbar (returns existing one if already exists)

getToolbar
ToolBar getToolbar(string ID)

get toolbar by id; null if not found

handleAction
bool handleAction(Action a)

override to handle specific actions

Meta