class documentation

class Widget: (source)

Known subclasses: twisted.conch.insults.window.Border, twisted.conch.insults.window.Button, twisted.conch.insults.window.Canvas, twisted.conch.insults.window.ContainerWidget, twisted.conch.insults.window.ScrolledArea, twisted.conch.insults.window.Selection, twisted.conch.insults.window.TextInput, twisted.conch.insults.window.TextOutput, twisted.conch.insults.window.Viewport, twisted.conch.insults.window._Scrollbar

View In Hierarchy

Undocumented

Method backspace​Received Undocumented
Method character​Received Undocumented
Method draw Undocumented
Method filthy Undocumented
Method focus​Lost Undocumented
Method focus​Received Called when focus is being given to this widget.
Method function​Key​Received Undocumented
Method keystroke​Received Undocumented
Method redraw Undocumented
Method render Undocumented
Method repaint Undocumented
Method size​Hint Undocumented
Method tab​Received Undocumented
Class Variable parent Undocumented
Instance Variable dirty Undocumented
Instance Variable focused Undocumented
Instance Variable height Undocumented
Instance Variable width Undocumented
def backspaceReceived(self): (source)

Undocumented

def draw(self, width, height, terminal): (source)

Undocumented

def focusLost(self): (source)

Undocumented

def focusReceived(self): (source)

Called when focus is being given to this widget.

May raise YieldFocus is this widget does not want focus.

def functionKeyReceived(self, keyID, modifier): (source)

Undocumented

def keystrokeReceived(self, keyID, modifier): (source)
def redraw(self, width, height, terminal): (source)

Undocumented

def repaint(self): (source)

Undocumented

def tabReceived(self, modifier): (source)

Undocumented

parent = (source)

Undocumented

dirty: bool = (source)

Undocumented

height = (source)

Undocumented

width = (source)

Undocumented