Skip to content

_Framework.ScrollComponent (runtime)

Live 11 — Live Object Model & framework reference (descriptions and signatures).

Classes

class ButtonControl(Control)

Properties

  • pressed
  • pressed_delayed
  • released
  • released_delayed
  • released_immediately
  • value

Methods

State(control=None, manager=None, color=None, pressed_color=None, disabled_color=None, repeat=False, enabled=True, *a, **k)
__init__(self, *a, **k)

Initialize self. See help(type(self)) for accurate signature.

_clear_state(self, manager)
_get_state(self, manager)

Attributes

  • DELAY_TIME = 0.3 - Convert a string or number to a floating point number, if possible.
  • REPEAT_RATE = 0.1 - Convert a string or number to a floating point number, if possible.
  • _extra_args = [] - Built-in mutable sequence.
  • _extra_kws = {} - dict() -> new empty dictionary

class ControlSurfaceComponent(ControlManager, Subject)

class ScrollComponent(ControlSurfaceComponent, Scrollable)

class Scrollable

Methods

__init__(self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

can_scroll_down(self)
can_scroll_up(self)
scroll_down(self)
scroll_up(self)