summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-12-26 20:52:21 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-12-26 20:52:21 (GMT)
commitecd53823ac376e194d4d1612dee364e14e62073a (patch)
tree55c638085f078ac4c8f49ae14404e2b35df10162 /generic/tkText.h
parent328dda2c290a201f8b0e6d2114f9a9e836bcb60a (diff)
downloadtk-ecd53823ac376e194d4d1612dee364e14e62073a.zip
tk-ecd53823ac376e194d4d1612dee364e14e62073a.tar.gz
tk-ecd53823ac376e194d4d1612dee364e14e62073a.tar.bz2
[.text sync -command $cmd] schedules execution of $cmd by the event loop at idle time
Diffstat (limited to 'generic/tkText.h')
-rw-r--r--generic/tkText.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkText.h b/generic/tkText.h
index 49ee479..ea8ce07 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -782,7 +782,8 @@ typedef struct TkText {
* statements. */
int autoSeparators; /* Non-zero means the separators will be
* inserted automatically. */
- Tcl_Obj *afterSyncCmd; /* Command to be executed when lines are up to date */
+ Tcl_Obj *afterSyncCmd; /* Command to be executed when lines are up to
+ * date */
} TkText;
/*