fluid.scroll

Undocumented in source.

Public Imports

fluid.scroll_input
public import fluid.scroll_input;
Undocumented in source.

Members

Aliases

ScrollFrame
alias ScrollFrame = Scrollable!Frame
Undocumented in source.
Scrollable
alias Scrollable(T : Space) = Scrollable!(T, "directionHorizontal")
Undocumented in source.
hscrollFrame
alias hscrollFrame = simpleConstructor!(ScrollFrame, (a))

Create a new horizontal scroll frame.

hscrollable
alias hscrollable(alias T) = simpleConstructor!(ApplyRight!(ScrollFrame, "true"), T)

Create a new horizontally scrollable node.

vscrollFrame
alias vscrollFrame = simpleConstructor!ScrollFrame

Create a new vertical scroll frame.

vscrollable
alias vscrollable(alias T) = simpleConstructor!(ApplyRight!(ScrollFrame, "false"), T)

Create a new scrollable node.

Classes

Scrollable
class Scrollable(T : Node, string horizontalExpression)

Implement scrolling for the given node.

Meta