diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-16 13:50:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-16 13:50:17 (GMT) |
commit | b18cc869f67b927c93de66aa3d44a70534573c5b (patch) | |
tree | eb73d944532efae936d9fceade9d35ef45cb3e27 /doc/wm.n | |
parent | af281e408155d1be364e8a3634aef0ce73191eef (diff) | |
download | tk-b18cc869f67b927c93de66aa3d44a70534573c5b.zip tk-b18cc869f67b927c93de66aa3d44a70534573c5b.tar.gz tk-b18cc869f67b927c93de66aa3d44a70534573c5b.tar.bz2 |
Minor fixes/improvements
Diffstat (limited to 'doc/wm.n')
-rw-r--r-- | doc/wm.n | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: wm.n,v 1.26 2006/11/15 13:29:17 dkf Exp $ +'\" RCS: @(#) $Id: wm.n,v 1.27 2006/11/16 13:50:17 dkf Exp $ '\" .so man.macros .TH wm n 8.5 Tk "Tk Built-In Commands" @@ -322,7 +322,7 @@ If \fB\-default\fR is specified, this is applied to all future created toplevels as well. The data in the images is taken as a snapshot at the time of invocation. If the images are later changed, this is not reflected to the titlebar icons. Multiple images are accepted to allow -different images sizes (eg, 16x16 and 32x32) to be provided. The window +different images sizes (e.g., 16x16 and 32x32) to be provided. The window manager may scale provided icons to an appropriate size. .PP On Windows, the images are packed into a Windows icon structure. @@ -639,9 +639,7 @@ set y [expr {([winfo screenheight .]\-[winfo height .msg])/2}] \fBwm title\fR .msg "Dialog demo" \fBwm deiconify\fR .msg .CE - .SH "SEE ALSO" toplevel(n), winfo(n) - .SH KEYWORDS aspect ratio, deiconify, focus model, geometry, grid, group, icon, iconify, increments, position, size, title, top-level window, units, window manager |