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)
commitf0e7b98adcaa0890c60fdf84c8e9753f8f903a53 (patch)
tree02b9115f94d1ef5680576bf60aa762861eefc229 /generic/tkText.h
parent8c6ac85de70a9f2ce13eecd5605fb55cfde6d911 (diff)
downloadtk-f0e7b98adcaa0890c60fdf84c8e9753f8f903a53.zip
tk-f0e7b98adcaa0890c60fdf84c8e9753f8f903a53.tar.gz
tk-f0e7b98adcaa0890c60fdf84c8e9753f8f903a53.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;
/*