grapa.frontend.widgets_custom.TextWriteable
- class grapa.frontend.widgets_custom.TextWriteable(master=None, cnf={}, **kw)
Bases:
Text- New texyt field class, with possibility for write (print in this field)
Used for the console output
- __init__(master=None, cnf={}, **kw)
Construct a text widget with the parent MASTER.
STANDARD OPTIONS
background, borderwidth, cursor, exportselection, font, foreground, highlightbackground, highlightcolor, highlightthickness, insertbackground, insertborderwidth, insertofftime, insertontime, insertwidth, padx, pady, relief, selectbackground, selectborderwidth, selectforeground, setgrid, takefocus, xscrollcommand, yscrollcommand,
WIDGET-SPECIFIC OPTIONS
autoseparators, height, maxundo, spacing1, spacing2, spacing3, state, tabs, undo, width, wrap,
Methods
flush()called by StreamHandler setStream, as this widget is the console
write(string)called by StreamHandler setStream, as this widget is the console
- flush()
called by StreamHandler setStream, as this widget is the console
- write(string)
called by StreamHandler setStream, as this widget is the console