Package _Framework :: Module ScrollComponent :: Class Scrollable
[hide private]
[frames] | no frames]

Class Scrollable

source code

object --+
         |
        Scrollable

Abstract interface for an object that can be scrolled in discreet steps in one dimension.

Instance Methods [hide private]
 
can_scroll_up(self) source code
 
can_scroll_down(self) source code
 
scroll_up(self) source code
 
scroll_down(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__