class documentation

class ScrolledArea(Widget): (source)

View In Hierarchy

A ScrolledArea contains another widget wrapped in a viewport and vertical and horizontal scrollbars for moving the viewport around.
Method __init__ Undocumented
Method filthy Undocumented
Method func_​DOWN_​ARROW Undocumented
Method func_​LEFT_​ARROW Undocumented
Method func_​RIGHT_​ARROW Undocumented
Method func_​UP_​ARROW Undocumented
Method render Undocumented
Method _horiz​Scroll Undocumented
Method _vert​Scroll Undocumented
Instance Variable _horiz Undocumented
Instance Variable _vert Undocumented
Instance Variable _viewport Undocumented

Inherited from Widget:

Method backspace​Received Undocumented
Method character​Received Undocumented
Method draw Undocumented
Method focus​Lost Undocumented
Method focus​Received Called when focus is being given to this widget.
Method function​Key​Received Undocumented
Method keystroke​Received Undocumented
Method redraw Undocumented
Method repaint Undocumented
Method size​Hint Undocumented
Method tab​Received Undocumented
Class Variable parent Undocumented
Instance Variable dirty Undocumented
Instance Variable focused Undocumented
Instance Variable height Undocumented
Instance Variable width Undocumented
def __init__(self, containee): (source)

Undocumented

def filthy(self): (source)
def func_DOWN_ARROW(self, modifier): (source)

Undocumented

def func_LEFT_ARROW(self, modifier): (source)

Undocumented

def func_RIGHT_ARROW(self, modifier): (source)

Undocumented

def func_UP_ARROW(self, modifier): (source)

Undocumented

def render(self, width, height, terminal): (source)
def _horizScroll(self, n): (source)

Undocumented

def _vertScroll(self, n): (source)

Undocumented

_horiz = (source)

Undocumented

_vert = (source)

Undocumented

_viewport = (source)

Undocumented