class documentation

class ScrolledArea(Widget): (source)

Constructor: ScrolledArea(containee)

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 _horizScroll Undocumented
Method _vertScroll Undocumented
Instance Variable _horiz Undocumented
Instance Variable _vert Undocumented
Instance Variable _viewport Undocumented

Inherited from Widget:

Method backspaceReceived Undocumented
Method characterReceived Undocumented
Method draw Undocumented
Method focusLost Undocumented
Method focusReceived Called when focus is being given to this widget.
Method functionKeyReceived Undocumented
Method keystrokeReceived Undocumented
Method redraw Undocumented
Method repaint Undocumented
Method sizeHint Undocumented
Method tabReceived 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

Undocumented

Undocumented

_viewport = (source)

Undocumented