anchovy ~master (2015-12-30T21:21:17Z)
Home
Dub
Repo
WidgetManager
anchovy
gui
utils
widgetmanager
Undocumented in source.
struct
WidgetManager {
this
();
this
(GuiContext context);
Widget
getWidgetById
(string id);
void
setGroupSelected
(int groupId, Widget widget);
Widget
getGroupSelected
(uint groupId);
Widget
createWidget
(string type, Widget parent);
}
Constructors
this
this
()
Undocumented in source.
this
this
(GuiContext context)
Undocumented in source.
Members
Functions
createWidget
Widget
createWidget
(string type, Widget parent)
Undocumented in source. Be warned that the author may not have intended to support it.
getGroupSelected
Widget
getGroupSelected
(uint groupId)
Undocumented in source. Be warned that the author may not have intended to support it.
getWidgetById
Widget
getWidgetById
(string id)
Returns widget found by given id.
setGroupSelected
void
setGroupSelected
(int groupId, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
anchovy
gui
utils
widgetmanager
aliases
BehaviorCreator
LayoutCreator
WidgetCreator
structs
WidgetManager