class documentation

class TextInput(Widget): (source)

Known subclasses: twisted.conch.insults.window.PasswordInput

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method backspace​Received Undocumented
Method character​Received Undocumented
Method func_​LEFT_​ARROW Undocumented
Method func_​RIGHT_​ARROW Undocumented
Method render Undocumented
Method set​Text Undocumented
Method size​Hint Undocumented
Instance Variable buffer Undocumented
Instance Variable cursor Undocumented
Instance Variable maxwidth Undocumented
Instance Variable on​Submit Undocumented
Method _render​Text Undocumented

Inherited from Widget:

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 repaint 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 __init__(self, maxwidth, onSubmit): (source)

Undocumented

def backspaceReceived(self): (source)
def characterReceived(self, keyID, modifier): (source)
def func_LEFT_ARROW(self, modifier): (source)

Undocumented

def func_RIGHT_ARROW(self, modifier): (source)

Undocumented

def render(self, width, height, terminal): (source)
def setText(self, text): (source)

Undocumented

def sizeHint(self): (source)
buffer = (source)

Undocumented

cursor = (source)

Undocumented

maxwidth = (source)

Undocumented

onSubmit = (source)

Undocumented

def _renderText(self): (source)

Undocumented