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. | 
| 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 | 
| Method | repaint | Undocumented | 
| Method | redraw | Undocumented | 
| Method | draw | Undocumented | 
| Instance Variable | width | Undocumented | 
| Instance Variable | height | 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.