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
Method | __init__ |
Undocumented |
Method | add |
Undocumented |
Method | change |
Undocumented |
Method | filthy |
Undocumented |
Method | focus |
Called when focus is being given to this widget. |
Method | keystroke |
Undocumented |
Method | rem |
Undocumented |
Method | render |
Undocumented |
Instance Variable | children |
Undocumented |
Instance Variable | focused |
Undocumented |
Instance Variable | focused |
The contained widget which currently has focus, or None. |
Inherited from Widget
:
Method | backspace |
Undocumented |
Method | character |
Undocumented |
Method | draw |
Undocumented |
Method | focus |
Undocumented |
Method | function |
Undocumented |
Method | redraw |
Undocumented |
Method | repaint |
Undocumented |
Method | size |
Undocumented |
Method | tab |
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.
overridden in
twisted.conch.insults.window.AbsoluteBox
, twisted.conch.insults.window.Packer
, twisted.conch.insults.window._Box
Undocumented