class documentation

class Border(Widget): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method filthy Undocumented
Method focus​Lost Undocumented
Method focus​Received Called when focus is being given to this widget.
Method keystroke​Received Undocumented
Method render Undocumented
Method size​Hint Undocumented
Instance Variable containee Undocumented

Inherited from Widget:

Method backspace​Received Undocumented
Method character​Received Undocumented
Method draw Undocumented
Method function​Key​Received Undocumented
Method redraw Undocumented
Method repaint 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 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