diff options
author | fvogel <fvogelnew1@free.fr> | 2017-12-31 14:35:22 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-12-31 14:35:22 (GMT) |
commit | e7367da4046f39af8a04eec6e62c3ae67a05e227 (patch) | |
tree | 856b93cafdd1a81d5b46e56942e1fd864acf3a75 | |
parent | 1be11c15e2d3b9bef59c8ec9ff1d67d6364cbdea (diff) | |
download | tk-e7367da4046f39af8a04eec6e62c3ae67a05e227.zip tk-e7367da4046f39af8a04eec6e62c3ae67a05e227.tar.gz tk-e7367da4046f39af8a04eec6e62c3ae67a05e227.tar.bz2 |
Remove -width from the widget-specific options section of the ttk::button man page. The -width option is a standard option already linking to the ttk::widget man page.
-rw-r--r-- | doc/ttk_button.n | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n index 1827862..5f3e486 100644 --- a/doc/ttk_button.n +++ b/doc/ttk_button.n @@ -39,13 +39,6 @@ The default is \fBnormal\fR. Depending on the theme, the default button may be displayed with an extra highlight ring, or with a different border color. .RE -.OP \-width width Width -If greater than zero, specifies how much space, in character widths, -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. -Note that some themes may specify a non-zero \fB\-width\fR -in the style. .\" Not documented -- may go away .\" .OP \-padding padding Padding .\" .OP \-foreground foreground Foreground |