voxelman.gui.components

Members

Enums

WidgetFlags
enum WidgetFlags
Undocumented in source.

Functions

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)

Convenience setters

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.

Structs

WidgetContainer
struct WidgetContainer
Undocumented in source.
WidgetEvents
struct WidgetEvents
Undocumented in source.
WidgetIsFocusable
struct WidgetIsFocusable
Undocumented in source.
WidgetName
struct WidgetName
Undocumented in source.
WidgetStyle
struct WidgetStyle
Undocumented in source.
WidgetTransform
struct WidgetTransform

Mandatory component

WidgetType
struct WidgetType
Undocumented in source.
hidden
struct hidden
Undocumented in source.

Meta

Authors

Andrey Penechko.