voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
WidgetContainer
voxelman
gui
components
Undocumented in source.
@
Component
("gui.WidgetContainer",
Replication
.
none
)
struct
WidgetContainer {
WidgetId
[]
children
;
void
put
(WidgetId wid);
void
removeChild
(WidgetId wid);
void
bringToFront
(WidgetId wid);
}
Members
Functions
bringToFront
void
bringToFront
(WidgetId wid)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(WidgetId wid)
Undocumented in source. Be warned that the author may not have intended to support it.
removeChild
void
removeChild
(WidgetId wid)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
children
WidgetId
[]
children
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
gui
components
enums
WidgetFlags
functions
bringToFront
children
hasHexpand
hasVexpand
hexpand
hvexpand
measuredSize
minSize
moveItemToEnd
numberOfChildren
pos
registerComponents
size
vexpand
widgetType
structs
WidgetContainer
WidgetEvents
WidgetIsFocusable
WidgetName
WidgetStyle
WidgetTransform
WidgetType
hidden