summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2022-01-18 22:59:46 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2022-01-18 22:59:46 (GMT)
commitdb4a09b7330a421170585990e761fbd71f1c17c6 (patch)
tree15a41b4154c82cf49d0eeb4f08ee8832af968457 /doc
parent8390ce9293eb2959698e9ce4dc32a151f62b9c36 (diff)
downloadtk-db4a09b7330a421170585990e761fbd71f1c17c6.zip
tk-db4a09b7330a421170585990e761fbd71f1c17c6.tar.gz
tk-db4a09b7330a421170585990e761fbd71f1c17c6.tar.bz2
Test and document cell tag bindings
Diffstat (limited to 'doc')
-rw-r--r--doc/ttk_treeview.n3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n
index 95076c4..5a0b452 100644
--- a/doc/ttk_treeview.n
+++ b/doc/ttk_treeview.n
@@ -414,6 +414,8 @@ Add a Tk binding script for the event sequence \fIsequence\fR
to the tag \fItagName\fR. When an X event is delivered to an item,
binding scripts for each of the item's \fB\-tags\fR are evaluated
in order as per \fIbindtags(n)\fR.
+If the event can be associated with a cell (i.e. mouse events) any
+bindings for the cell's \fB\-tags\fR are evaluated as well.
.RS
.PP
\fB<Key>\fR, \fB<KeyRelease>\fR, and virtual events
@@ -427,6 +429,7 @@ evaluation; see \fBbind(n)\fR for details.
.RE
.TP
\fIpathName \fBtag cell \fIsubcmd...\fR
+Manages tags on individual cells.
A \fIcellList\fR argument may be a single cell or a list of cells.
.RS
.TP