summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-10 21:19:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-10 21:19:23 (GMT)
commit12ea92cac82cd5aacc5f22ed129800478b17bc96 (patch)
tree94eb8d87c12a849fdb40e4e6ec82624482477a39 /doc
parented36cf228c15623a65b89fc174ffc6668179f221 (diff)
downloadtk-12ea92cac82cd5aacc5f22ed129800478b17bc96.zip
tk-12ea92cac82cd5aacc5f22ed129800478b17bc96.tar.gz
tk-12ea92cac82cd5aacc5f22ed129800478b17bc96.tar.bz2
Update documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/wm.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/wm.n b/doc/wm.n
index 947439c..eda2fa7 100644
--- a/doc/wm.n
+++ b/doc/wm.n
@@ -807,7 +807,8 @@ However, you can use the \fBwm minsize\fR and \fBwm maxsize\fR commands
to limit the range of allowable sizes.
The range set by \fBwm minsize\fR and \fBwm maxsize\fR applies to
all forms of resizing, including the window's natural size as
-well as manual resizes and the \fBwm geometry\fR command.
+well as manual resizes and the \fBwm geometry\fR command. You
+can use any value accepted by \fBTk_GetPixels\fR.
You can also use the command \fBwm resizable\fR to completely
disable interactive resizing in one or both dimensions.
.PP