dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
ToolBar
dlangui
widgets
toolbars
Layout with buttons
class
ToolBar :
HorizontalLayout
{
this
(string ID);
this
();
void
addCustomControl
(Widget widget);
void
addButtons
(Action[] actions);
void
addControl
(Widget widget);
Action
findKeyAction
(uint keyCode, uint flags);
}
Constructors
this
this
(string ID)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
addButtons
void
addButtons
(Action[] actions)
adds image button to toolbar
addControl
void
addControl
(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
addCustomControl
void
addCustomControl
(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
findKeyAction
Action
findKeyAction
(uint keyCode, uint flags)
map key to action
Meta
Source
See Implementation
dlangui
widgets
toolbars
classes
ToolBar
ToolBarComboBox
ToolBarHost
ToolBarImageButton
ToolBarSeparator
Layout with buttons