diff options
author | fvogel <fvogelnew1@free.fr> | 2020-05-08 16:04:37 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-05-08 16:04:37 (GMT) |
commit | 4967e9c77f3209c4b99b21208c55d527a5a74799 (patch) | |
tree | f82009c44b410dae1cd36ca8fa425b1b923fcc6a /doc | |
parent | 30487c02821b30ae9136fd2f83ad69418130aa9c (diff) | |
download | tk-4967e9c77f3209c4b99b21208c55d527a5a74799.zip tk-4967e9c77f3209c4b99b21208c55d527a5a74799.tar.gz tk-4967e9c77f3209c4b99b21208c55d527a5a74799.tar.bz2 |
A few cosmetic changes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_treeview.n | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n index aa7b87f..a126dd2 100644 --- a/doc/ttk_treeview.n +++ b/doc/ttk_treeview.n @@ -344,6 +344,11 @@ Modify or query the widget state; see \fIttk::widget(n)\fR. \fIpathName \fBtag \fIargs...\fR .RS .TP +\fIpathName \fBtag add \fItag items\fR +Adds the specified \fItag\fR to each of the listed \fIitems\fR. +If \fItag\fR is already present for a particular item, +then the \fB\-tags\fR for that item are unchanged. +.TP \fIpathName \fBtag bind \fItagName \fR?\fIsequence\fR? ?\fIscript\fR? 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, @@ -373,7 +378,6 @@ returns a dictionary of the option settings for \fItagName\fR. See \fBTAG OPTIONS\fR for the list of available options. .TP \fIpathName \fBtag delete \fItagName\fR -. Deletes all tag information for the \fItagName\fR argument. The command removes the tag from all items in the widget and also deletes any other information associated with the tag, such as bindings and display @@ -388,11 +392,6 @@ the specified tag. \fIpathName \fBtag names\fR Returns a list of all tags used by the widget. .TP -\fIpathName \fBtag add \fItag items\fR -Adds the specified \fItag\fR to each of the listed \fIitems\fR. -If \fItag\fR is already present for a particular item, -then the \fB\-tags\fR for that item are unchanged. -.TP \fIpathName \fBtag remove \fItag\fR ?\fIitems\fR? Removes the specified \fItag\fR from each of the listed \fIitems\fR. If \fIitems\fR is omitted, removes \fItag\fR from each item in the tree. |