class documentation

class ContainerWidget(Widget): (source)

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

View In Hierarchy

Instance Variable focusedChild The contained widget which currently has focus, or None.
Instance Variable focused Undocumented
Method __init__ Undocumented
Instance Variable children Undocumented
Method addChild Undocumented
Method remChild Undocumented
Method filthy Undocumented
Method render Undocumented
Method changeFocus Undocumented
Method focusReceived Called when focus is being given to this widget.
Method keystrokeReceived Undocumented

Inherited from Widget:

Class Variable parent Undocumented
Instance Variable dirty Undocumented
Instance Variable width Undocumented
Instance Variable height Undocumented
Method repaint Undocumented
Method redraw Undocumented
Method draw Undocumented
Method sizeHint Undocumented
Method tabReceived Undocumented
Method focusLost Undocumented
Method backspaceReceived Undocumented
Method functionKeyReceived Undocumented
Method characterReceived Undocumented
focusedChild = (source)
The contained widget which currently has focus, or None.
children = (source)

Undocumented

(type: list)
def addChild(self, child): (source)

Undocumented

def remChild(self, child): (source)

Undocumented

def filthy(self): (source)
def changeFocus(self): (source)

Undocumented

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)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.