class documentation
class TextOutput(Widget): (source)
Known subclasses: twisted.conch.insults.window.TextOutputArea
Constructor: TextOutput(size)
Undocumented
Method | __init__ |
Undocumented |
Method | focus |
Called when focus is being given to this widget. |
Method | render |
Undocumented |
Method | set |
Undocumented |
Method | size |
Undocumented |
Instance Variable | size |
Undocumented |
Instance Variable | text |
Undocumented |
Inherited from Widget
:
Method | backspace |
Undocumented |
Method | character |
Undocumented |
Method | draw |
Undocumented |
Method | filthy |
Undocumented |
Method | focus |
Undocumented |
Method | function |
Undocumented |
Method | keystroke |
Undocumented |
Method | redraw |
Undocumented |
Method | repaint |
Undocumented |
Method | tab |
Undocumented |
Class Variable | parent |
Undocumented |
Instance Variable | dirty |
Undocumented |
Instance Variable | focused |
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.