glui.structs

Members

Enums

NodeAlign
enum NodeAlign
Undocumented in source.

Functions

layout
Layout layout(uint expand, NodeAlign alignX, NodeAlign alignY)
Layout layout(uint expand, NodeAlign align_)
Layout layout(NodeAlign alignX, NodeAlign alignY)
Layout layout(NodeAlign align_)
Layout layout(uint expand)

Create a new layout

layout
Layout layout()

CTFE version of the layout constructor, allows using strings instead of enum members, to avoid boilerplate.

Interfaces

GluiFocusable
interface GluiFocusable
Undocumented in source.

Structs

Layout
struct Layout

Represents a node's layout

LayoutTree
struct LayoutTree

Global data for the layout tree.

Meta