Definition at line 20 of file YadaLog.tcl.
Public Member Functions | |
autotag (TclString pattern, TclList args) | |
clear () | |
print (TclString message) | |
YadaLog (TclList args) | |
Public Attributes | |
TclNumber | followData = 1 |
Private Attributes | |
TclNumber | _needsLineFeed = 0 |
TclList | _tagging = {} |
|
constructor Definition at line 46 of file YadaLog.tcl. |
|
configure syntax highlightning. This method lets you define a pattern as a regular expression and associate tag configurations (see tk::text).
|
|
clear the text. This simply deletes all previousply printed text. Definition at line 114 of file YadaLog.tcl. |
|
print a message on the widget. The text is added to the end of the already printed text and highlightened according to the configured autotags.
|
|
flag used in print(). Definition at line 29 of file YadaLog.tcl. |
|
list of highlightened patterns in the text. Definition at line 26 of file YadaLog.tcl. |
|
flag indicating whether new text should be focused or not. Definition at line 33 of file YadaLog.tcl. |