diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-11-19 20:46:40 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-11-19 20:46:40 (GMT) |
commit | 6ab92895455d58b56238f1662cc1a08ffbf52d80 (patch) | |
tree | 02b9115f94d1ef5680576bf60aa762861eefc229 /generic/tkText.h | |
parent | 2ed86ea1765109d17541c7108b0d50dd0f54bae9 (diff) | |
download | tk-6ab92895455d58b56238f1662cc1a08ffbf52d80.zip tk-6ab92895455d58b56238f1662cc1a08ffbf52d80.tar.gz tk-6ab92895455d58b56238f1662cc1a08ffbf52d80.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.h | 1 |
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; /* |