fluid.button

Members

Aliases

button
alias button = simpleConstructor!(Button!Label)
Undocumented in source.
frameButton
alias frameButton = simpleConstructor!(Button!Frame)
Undocumented in source.

Classes

Button
class Button(T : Node = Label)

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

Meta