diff options
author | fvogel <fvogelnew1@free.fr> | 2017-12-31 14:48:32 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-12-31 14:48:32 (GMT) |
commit | b2f1e6c5e2bf232b108da7d3aabad9c2f6d7c914 (patch) | |
tree | 114cc0e754b0c43bc8eebf588e023aaefa5785c5 /doc/ttk_widget.n | |
parent | e7367da4046f39af8a04eec6e62c3ae67a05e227 (diff) | |
download | tk-b2f1e6c5e2bf232b108da7d3aabad9c2f6d7c914.zip tk-b2f1e6c5e2bf232b108da7d3aabad9c2f6d7c914.tar.gz tk-b2f1e6c5e2bf232b108da7d3aabad9c2f6d7c914.tar.bz2 |
Fix [84af709826] (ttk::treeview does not support -state standard option) by clarifying in the man page for ttk::widget what a compatibility option is.
Diffstat (limited to 'doc/ttk_widget.n')
-rw-r--r-- | doc/ttk_widget.n | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ttk_widget.n b/doc/ttk_widget.n index d362bba..ad90e99 100644 --- a/doc/ttk_widget.n +++ b/doc/ttk_widget.n @@ -125,6 +125,9 @@ to allocate for the text label. If less than zero, specifies a minimum width. If zero or unspecified, the natural width of the text label is used. .SH "COMPATIBILITY OPTIONS" +This option is only available for themed widgets that have +.QW corresponding +traditional Tk widgets. .OP \-state state State May be set to \fBnormal\fR or \fBdisabled\fR to control the \fBdisabled\fR state bit. |