diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-07-05 09:52:00 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-07-05 09:52:00 (GMT) |
commit | e514adad74b7b241dacd27d9ac77b5cef8efbc4e (patch) | |
tree | 5493157623bb31969ecbc69d464eb77ff2b20b93 /doc | |
parent | abc60b8f0069548a8f39af42d379b9392ce12f23 (diff) | |
parent | 22769d816036034ac0f96981b6dd72fa22a059cf (diff) | |
download | tk-e514adad74b7b241dacd27d9ac77b5cef8efbc4e.zip tk-e514adad74b7b241dacd27d9ac77b5cef8efbc4e.tar.gz tk-e514adad74b7b241dacd27d9ac77b5cef8efbc4e.tar.bz2 |
[Bug 3538401]: Better description of the key difference between [wm geometry]
and [winfo geometry]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/wm.n | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -349,6 +349,15 @@ If \fInewGeometry\fR is specified as an empty string then any existing user-specified geometry for \fIwindow\fR is cancelled, and the window will revert to the size requested internally by its widgets. +.PP +Note that this is related to \fBwinfo geometry\fR, but not the same. That can +only query the geometry, and always reflects Tk's current understanding of the +actual size and location of \fIwindow\fR, whereas \fBwm geometry\fR allows +both setting and querying of the \fIwindow manager\fR's understanding of the +size and location of the window. This can vary significantly, for example to +reflect the addition of decorative elements to \fIwindow\fR such as title +bars, and window managers are not required to precisely follow the requests +made through this command. .RE .TP \fBwm grid \fIwindow\fR ?\fIbaseWidth baseHeight widthInc heightInc\fR? |