Skip to content

_Framework.SlideComponent

Classes

class Slideable(Subject)

Bases: Subject

contents_range(self, pmin, pmax)

contents(self, position)

position_count(self)

position(self)

page_offset(self)

page_length(self)

class SlideComponent(CompoundComponent, Scrollable)

Bases: CompoundComponent, Scrollable

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

set_scroll_up_button(self, button)

set_scroll_down_button(self, button)

set_scroll_page_up_button(self, button)

set_scroll_page_down_button(self, button)

scroll_page_up(self)

scroll_page_down(self)

scroll_up(self)

scroll_down(self)

can_scroll_page_up(self)

can_scroll_page_down(self)

can_scroll_up(self)

can_scroll_down(self)

_scroll_position(self, delta)

_scroll_page(self, sign)

update(self)

_on_position_changed(self)