class documentation

class Border(Widget): (source)

Constructor: Border(containee)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method filthy Undocumented
Method focusLost Undocumented
Method focusReceived Called when focus is being given to this widget.
Method keystrokeReceived Undocumented
Method render Undocumented
Method sizeHint Undocumented
Instance Variable containee Undocumented

Inherited from Widget:

Method backspaceReceived Undocumented
Method characterReceived Undocumented
Method draw Undocumented
Method functionKeyReceived Undocumented
Method redraw Undocumented
Method repaint 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 focusLost(self): (source)
def focusReceived(self): (source)

Called when focus is being given to this widget.

May raise YieldFocus is this widget does not want focus.

def keystrokeReceived(self, keyID, modifier): (source)
def render(self, width, height, terminal): (source)
def sizeHint(self): (source)
containee = (source)

Undocumented