glui.button

Members

Aliases

button
alias button = simpleConstructor!(GluiButton!GluiLabel)
Undocumented in source.
frameButton
alias frameButton = simpleConstructor!(GluiButton!GluiFrame)
Undocumented in source.

Classes

GluiButton
class GluiButton(T : GluiNode = GluiLabel)

A button can be pressed by the user to trigger an action.

Meta