- bringToFront
void bringToFront(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- children
ChildrenRange children(WidgetProxy w)
- hasHexpand
bool hasHexpand(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasVexpand
bool hasVexpand(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- hexpand
WidgetProxy hexpand(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- hvexpand
WidgetProxy hvexpand(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- measuredSize
WidgetProxy measuredSize(WidgetProxy widget, ivec2 ms)
Undocumented in source. Be warned that the author may not have intended to support it.
- measuredSize
WidgetProxy measuredSize(WidgetProxy widget, int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- minSize
WidgetProxy minSize(WidgetProxy widget, ivec2 minSize)
- minSize
WidgetProxy minSize(WidgetProxy widget, int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveItemToEnd
void moveItemToEnd(size_t index, T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
- numberOfChildren
size_t numberOfChildren(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- numberOfChildren
size_t numberOfChildren(GuiContext ctx, WidgetId wid)
Undocumented in source. Be warned that the author may not have intended to support it.
- pos
WidgetProxy pos(WidgetProxy widget, ivec2 p)
Undocumented in source. Be warned that the author may not have intended to support it.
- pos
WidgetProxy pos(WidgetProxy widget, int x, int y)
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.
- size
WidgetProxy size(WidgetProxy widget, int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- vexpand
WidgetProxy vexpand(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetType
string widgetType(WidgetProxy widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- widgetType
string widgetType(GuiContext ctx, WidgetId wid)
Undocumented in source. Be warned that the author may not have intended to support it.