- addBackground
WidgetProxy addBackground(WidgetProxy widget, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- addBorder
WidgetProxy addBorder(WidgetProxy widget, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- bool_delegate
bool bool_delegate(bool* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- consumeMouse
WidgetProxy consumeMouse(WidgetProxy widget)
Widget will catch mouse events from bubbling
- createCheckButton
WidgetProxy createCheckButton(WidgetProxy parent, string text, CheckHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- createCheckButton
WidgetProxy createCheckButton(WidgetProxy parent, string text, bool* flag)
Undocumented in source. Be warned that the author may not have intended to support it.
- createGuiDebugger
WidgetProxy createGuiDebugger(WidgetProxy root)
Creates a frame that shows a tree of all widgets.
Highlights clicked widgets
- createIcon
WidgetProxy createIcon(WidgetProxy parent, string iconId, ivec2 size, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- createIcon
WidgetProxy createIcon(WidgetProxy parent, SpriteRef sprite, ivec2 size, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- createIcon
WidgetProxy createIcon(WidgetProxy parent, SpriteRef sprite, Color4ub color, Alignment halign, Alignment valign)
Undocumented in source. Be warned that the author may not have intended to support it.
- createIconTextButton
WidgetProxy createIconTextButton(WidgetProxy parent, SpriteRef icon, string text, ClickHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- createIconTextButton
WidgetProxy createIconTextButton(WidgetProxy parent, string iconId, string text, ClickHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- createImage
WidgetProxy createImage(WidgetProxy parent, ImageData data)
Undocumented in source. Be warned that the author may not have intended to support it.
- createText
WidgetProxy createText(WidgetProxy parent, string text, Alignment halign, Alignment valign)
Undocumented in source. Be warned that the author may not have intended to support it.
- createTextButton
WidgetProxy createTextButton(WidgetProxy parent, string text, ClickHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawButtonStateBack
void drawButtonStateBack(WidgetProxy widget, DrawEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- handlePointerMoved
void handlePointerMoved(WidgetProxy widget, PointerMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- hfill
WidgetProxy hfill(WidgetProxy parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- hline
WidgetProxy hline(WidgetProxy parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeDraggable
WidgetProxy makeDraggable(WidgetProxy widget, PointerButton onButton)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveToTop
WidgetProxy moveToTop(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseListInfo
ListInfo!Row parseListInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
- registerComponents
void registerComponents(EntityManager widgets)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLinearLayout
WidgetProxy setLinearLayout(WidgetProxy widget, int spacing, padding4 padding, Alignment alignTo)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSingleLayout
WidgetProxy setSingleLayout(WidgetProxy widget, int padding, Alignment halign, Alignment valign)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateVisibility
void updateVisibility(WidgetProxy widget, GuiUpdateEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- vfill
WidgetProxy vfill(WidgetProxy parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- visible_if
WidgetProxy visible_if(WidgetProxy widget, bool delegate() condition)
Undocumented in source. Be warned that the author may not have intended to support it.
- visible_if_not
WidgetProxy visible_if_not(WidgetProxy widget, bool delegate() condition)
Undocumented in source. Be warned that the author may not have intended to support it.
- vline
WidgetProxy vline(WidgetProxy parent)
Undocumented in source. Be warned that the author may not have intended to support it.