diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-13 13:57:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-13 13:57:50 (GMT) |
commit | 64dc4d20f50af60de85e9a7c61f4146ef5ea5a55 (patch) | |
tree | 57cd3bf2007a22202079e5c41cf4946fdccc178c /doc/winfo.n | |
parent | a1be27aaab68d7bf4ff2be1f1785336b6dd3cb6d (diff) | |
download | tk-64dc4d20f50af60de85e9a7c61f4146ef5ea5a55.zip tk-64dc4d20f50af60de85e9a7c61f4146ef5ea5a55.tar.gz tk-64dc4d20f50af60de85e9a7c61f4146ef5ea5a55.tar.bz2 |
Minor spelling fixes.
Diffstat (limited to 'doc/winfo.n')
-rw-r--r-- | doc/winfo.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/winfo.n b/doc/winfo.n index 4196bce..61f5480 100644 --- a/doc/winfo.n +++ b/doc/winfo.n @@ -104,7 +104,7 @@ in pixels. \fBwinfo height \fIwindow\fR Returns a decimal string giving \fIwindow\fR's height in pixels. When a window is first created its height will be 1 pixel; the -height will eventually be changed by a geometry manager to fulfill +height will eventually be changed by a geometry manager to fulfil the window's needs. If you need the true height immediately after creating a widget, invoke \fBupdate\fR to force the geometry manager to arrange it, @@ -315,7 +315,7 @@ Returns 0 if there is no virtual root window for \fIwindow\fR. \fBwinfo width \fIwindow\fR Returns a decimal string giving \fIwindow\fR's width in pixels. When a window is first created its width will be 1 pixel; the -width will eventually be changed by a geometry manager to fulfill +width will eventually be changed by a geometry manager to fulfil the window's needs. If you need the true width immediately after creating a widget, invoke \fBupdate\fR to force the geometry manager to arrange it, |