diff options
author | fvogel <fvogelnew1@free.fr> | 2020-05-08 14:43:42 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-05-08 14:43:42 (GMT) |
commit | ccd9d0da0d8c66ba25b5a49a4f5d0d77c83408d7 (patch) | |
tree | 6a41860088e8da5be307793b893797f7cefd559b /doc | |
parent | 45d782e1e6091d7f6a048d18a993b9e70e905151 (diff) | |
download | tk-ccd9d0da0d8c66ba25b5a49a4f5d0d77c83408d7.zip tk-ccd9d0da0d8c66ba25b5a49a4f5d0d77c83408d7.tar.gz tk-ccd9d0da0d8c66ba25b5a49a4f5d0d77c83408d7.tar.bz2 |
Fix [1bb2f1d7ab]: ttk::treeview doesn't delete tags. Patch from Emiliano Gavilan.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_treeview.n | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n index bcd995b..aa7b87f 100644 --- a/doc/ttk_treeview.n +++ b/doc/ttk_treeview.n @@ -372,6 +372,13 @@ With no additional arguments, 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 +information. The command returns an empty string. +.TP \fIpathName \fBtag has \fItagName\fR ?\fIitem\fR? If \fIitem\fR is specified, returns 1 or 0 depending on whether the specified item has the named tag. |