twisted.conch.insults.window.ContainerWidget(Widget)
class documentationtwisted.conch.insults.window
View Source
(View In Hierarchy)
Known subclasses: twisted.conch.insults.window._Box, twisted.conch.insults.window.AbsoluteBox, twisted.conch.insults.window.Packer, twisted.conch.insults.window.TopWindow
Instance Variable | focusedChild | The contained widget which currently has focus, or None. |
Method | __init__ | 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:
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 |
Called when focus is being given to this widget.
May raise YieldFocus is this widget does not want focus.