diff options
author | fvogel <fvogelnew1@free.fr> | 2018-11-15 21:27:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-11-15 21:27:19 (GMT) |
commit | 63f8e775d4268f87849cba0bc32e64126a486363 (patch) | |
tree | 85cc815cb66a021033167aba5b1836c5e3ed62e5 /doc | |
parent | f4401d81a1c20c31ebbedd5b098f290ba62d187b (diff) | |
download | tk-63f8e775d4268f87849cba0bc32e64126a486363.zip tk-63f8e775d4268f87849cba0bc32e64126a486363.tar.gz tk-63f8e775d4268f87849cba0bc32e64126a486363.tar.bz2 |
Remove duplicate documentation of -text in ttk::label. This option is already described as a standard option in ttk::widget, to which ttk::label is linking
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_label.n | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ttk_label.n b/doc/ttk_label.n index aae95e6..1e30592 100644 --- a/doc/ttk_label.n +++ b/doc/ttk_label.n @@ -49,9 +49,6 @@ Specifies the 3-D effect desired for the widget border. Valid values are \fBflat\fR, \fBgroove\fR, \fBraised\fR, \fBridge\fR, \fBsolid\fR, and \fBsunken\fR. -.OP \-text text Text -Specifies a text string to be displayed inside the widget -(unless overridden by \fB\-textvariable\fR). .OP \-wraplength wrapLength WrapLength Specifies the maximum line length (in pixels). If this option is less than or equal to zero, |