diff options
author | fvogel <fvogelnew1@free.fr> | 2017-03-07 20:46:17 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-03-07 20:46:17 (GMT) |
commit | b536633b39243893edda31138eec6653e484759b (patch) | |
tree | 0c42e4cf0fd626abed625558091381b425e0b59a /doc/ttk_widget.n | |
parent | aa4022a388d07e718331f5a593fc2ed6e0572fa9 (diff) | |
download | tk-b536633b39243893edda31138eec6653e484759b.zip tk-b536633b39243893edda31138eec6653e484759b.tar.gz tk-b536633b39243893edda31138eec6653e484759b.tar.bz2 |
Document -justify for ttk::button
Diffstat (limited to 'doc/ttk_widget.n')
-rw-r--r-- | doc/ttk_widget.n | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ttk_widget.n b/doc/ttk_widget.n index 2ecc29f..1ab3bc8 100644 --- a/doc/ttk_widget.n +++ b/doc/ttk_widget.n @@ -71,6 +71,11 @@ See the description of \fB\-xscrollcommand\fR above for details. .SH "LABEL OPTIONS" The following options are supported by labels, buttons, and other button-like widgets: +.OP \-justify justify Justify +If there are multiple lines of text, specifies how +the lines are laid out relative to one another. +One of \fBleft\fR, \fBcenter\fR, or \fBright\fR. +See also \fB\-anchor\fR (for widgets supporting this option). .OP \-text text Text Specifies a text string to be displayed inside the widget (unless overridden by \fB\-textvariable\fR). |