diff options
author | fvogel <fvogelnew1@free.fr> | 2016-03-08 21:56:11 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-03-08 21:56:11 (GMT) |
commit | 42f14fb52f5a0cdf6113741ca6187d7d56fafa32 (patch) | |
tree | 79a38c0207d5138e80f149d603100beb30fdc85c /doc/wm.n | |
parent | d4e3294d3a4adb1370d84500401b26f7279119cc (diff) | |
parent | 23afeb02af6706ac255b77e35f2cc644d2c4e524 (diff) | |
download | tk-42f14fb52f5a0cdf6113741ca6187d7d56fafa32.zip tk-42f14fb52f5a0cdf6113741ca6187d7d56fafa32.tar.gz tk-42f14fb52f5a0cdf6113741ca6187d7d56fafa32.tar.bz2 |
Rebased to core-8-6-branch
Diffstat (limited to 'doc/wm.n')
-rw-r--r-- | doc/wm.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" +'\" .TH wm n 8.5 Tk "Tk Built-In Commands" .so man.macros .BS @@ -796,7 +796,7 @@ Gridded geometry management is typically invoked by turning on the \fBsetGrid\fR option for a widget; it can also be invoked with the \fBwm grid\fR command or by calling \fBTk_SetGrid\fR. In each of these approaches the particular widget (or sometimes -code in the application as a whole) specifies the relationship between +code in the application as a whole) specifies the relationship between integral grid sizes for the window and pixel sizes. To return to non-gridded geometry management, invoke \fBwm grid\fR with empty argument strings. |