class documentation

class ContainerWidget(Widget): (source)

Known subclasses: twisted.conch.insults.window.AbsoluteBox, twisted.conch.insults.window.Packer, twisted.conch.insults.window.TopWindow, twisted.conch.insults.window._Box

View In Hierarchy

Method __init__ Undocumented
Method add​Child Undocumented
Method change​Focus Undocumented
Method filthy Undocumented
Method focus​Received Called when focus is being given to this widget.
Method keystroke​Received Undocumented
Method rem​Child Undocumented
Method render Undocumented
Instance Variable children Undocumented
Instance Variable focused Undocumented
Instance Variable focused​Child The contained widget which currently has focus, or None.

Inherited from Widget:

Method backspace​Received Undocumented
Method character​Received Undocumented
Method draw Undocumented
Method focus​Lost Undocumented
Method function​Key​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 height Undocumented
Instance Variable width Undocumented
def addChild(self, child): (source)

Undocumented

def changeFocus(self): (source)

Undocumented

def filthy(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 remChild(self, child): (source)

Undocumented

children: list = (source)

Undocumented

focusedChild = (source)
The contained widget which currently has focus, or None.