Skip to content

ableton.v3.control_surface.components.item_list

Classes

class ItemProvider(EventObject, Scrollable)

Bases: EventObject, Scrollable

__init__(self, *a, **k)

has_valid_selection(self)

items(self)

items(self, items)

_on_items_changed(self)

selected_item(self)

selected_item(self, item)

selected_index(self)

selected_index(self, index)

can_scroll_up(self)

can_scroll_down(self)

scroll_up(self)

scroll_down(self)

_update_selected_index(self)

class ItemListComponent(ScrollComponent)

Bases: ScrollComponent

__init__(self, item_provider, *a, **k)

set_prev_button(self, button)

set_next_button(self, button)