enum

Tryst::UI::ScrollDefault

Inherits Enum < Comparable < Value < Object

Which of the two globals above a widget type reads when neither the widget's own scroll: nor the app's scroll: says otherwise. Selected per type via WidgetType's scroll_default:.

Constants

AutoScroll = 0
AutoScrollCanvas = 1

Instance methods

auto_scroll?

Returns true if this enum value equals AutoScroll

Source
auto_scroll_canvas?

Returns true if this enum value equals AutoScrollCanvas

Source