class documentation

Undocumented

Method __init__ Undocumented
Method backspaceReceived Undocumented
Method characterReceived Undocumented
Method func_LEFT_ARROW Undocumented
Method func_RIGHT_ARROW Undocumented
Method render Undocumented
Method setText Undocumented
Method sizeHint Undocumented
Instance Variable buffer Undocumented
Instance Variable cursor Undocumented
Instance Variable maxwidth Undocumented
Instance Variable onSubmit Undocumented
Method _renderText Undocumented

Inherited from Widget:

Method draw Undocumented
Method filthy Undocumented
Method focusLost Undocumented
Method focusReceived Called when focus is being given to this widget.
Method functionKeyReceived Undocumented
Method keystrokeReceived Undocumented
Method redraw Undocumented
Method repaint Undocumented
Method tabReceived 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)

Undocumented

Undocumented

maxwidth = (source)

Undocumented

onSubmit = (source)

Undocumented

def _renderText(self): (source)

Undocumented