summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-19 20:46:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-19 20:46:40 (GMT)
commit02d20875f891a2d5aac5d27ca4517de9b709cc7c (patch)
tree02b9115f94d1ef5680576bf60aa762861eefc229 /generic/tkText.h
parent319d73729da22fb07b6a71e5d30010d601ed17f6 (diff)
downloadtk-02d20875f891a2d5aac5d27ca4517de9b709cc7c.zip
tk-02d20875f891a2d5aac5d27ca4517de9b709cc7c.tar.gz
tk-02d20875f891a2d5aac5d27ca4517de9b709cc7c.tar.bz2
First test-implementation of "$t yupdate -command <command>". TODO: more testcases and documentation
Diffstat (limited to 'generic/tkText.h')
-rw-r--r--generic/tkText.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkText.h b/generic/tkText.h
index 2d1bcaa..192ab12 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -782,6 +782,7 @@ typedef struct TkText {
* statements. */
int autoSeparators; /* Non-zero means the separators will be
* inserted automatically. */
+ Tcl_Obj *linesUpdatedCmd; /* Command to be executed when lines are up to date */
} TkText;
/*