glui.scroll

Undocumented in source.

Members

Aliases

GluiScrollFrame
alias GluiScrollFrame = GluiScrollable!GluiFrame
Undocumented in source.
GluiScrollable
alias GluiScrollable(T : GluiSpace) = GluiScrollable!(T, "directionHorizontal")
Undocumented in source.
hscrollFrame
alias hscrollFrame = simpleConstructor!(GluiScrollFrame, (a))

Create a new horizontal scroll frame.

vscrollFrame
alias vscrollFrame = simpleConstructor!GluiScrollFrame

Create a new vertical scroll frame.

Classes

GluiScrollable
class GluiScrollable(T : GluiNode, string horizontalExpression)

Implement scrolling for the given node.

Meta