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
| Method | __init__ |
Undocumented |
| Method | addChild |
Undocumented |
| Method | changeFocus |
Undocumented |
| Method | filthy |
Undocumented |
| Method | focusReceived |
Called when focus is being given to this widget. |
| Method | keystrokeReceived |
Undocumented |
| Method | remChild |
Undocumented |
| Method | render |
Undocumented |
| Instance Variable | children |
Undocumented |
| Instance Variable | focused |
Undocumented |
| Instance Variable | focusedChild |
The contained widget which currently has focus, or None. |
Inherited from Widget:
| Method | backspaceReceived |
Undocumented |
| Method | characterReceived |
Undocumented |
| Method | draw |
Undocumented |
| Method | focusLost |
Undocumented |
| Method | functionKeyReceived |
Undocumented |
| Method | redraw |
Undocumented |
| Method | repaint |
Undocumented |
| Method | sizeHint |
Undocumented |
| Method | tabReceived |
Undocumented |
| Class Variable | parent |
Undocumented |
| Instance Variable | dirty |
Undocumented |
| Instance Variable | height |
Undocumented |
| Instance Variable | width |
Undocumented |
Called when focus is being given to this widget.
May raise YieldFocus is this widget does not want focus.
twisted.conch.insults.window.AbsoluteBox, twisted.conch.insults.window.Packer, twisted.conch.insults.window._BoxUndocumented