diff options
author | dkf <dkf@noemail.net> | 2007-10-29 16:04:10 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2007-10-29 16:04:10 (GMT) |
commit | 4608ded75d542c786aae5d6f4b86bd1bd8e3f0be (patch) | |
tree | f1b13d0b63bdcb785dc2718534eb209b9796d50b /doc/frame.n | |
parent | b61148e3f8da053b11e21cf1fa21423086dd6810 (diff) | |
download | tk-4608ded75d542c786aae5d6f4b86bd1bd8e3f0be.zip tk-4608ded75d542c786aae5d6f4b86bd1bd8e3f0be.tar.gz tk-4608ded75d542c786aae5d6f4b86bd1bd8e3f0be.tar.bz2 |
Lots more GOOBE stuff. Now works with 'make html'!
FossilOrigin-Name: 6373cd0cf2deb3038f42488bf9ad272b2d9aed9e
Diffstat (limited to 'doc/frame.n')
-rw-r--r-- | doc/frame.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/frame.n b/doc/frame.n index 8d362a1..5391bb9 100644 --- a/doc/frame.n +++ b/doc/frame.n @@ -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: frame.n,v 1.6 2006/12/13 23:04:32 hobbs Exp $ +'\" RCS: @(#) $Id: frame.n,v 1.7 2007/10/29 16:04:13 dkf Exp $ '\" .so man.macros .TH frame n 8.4 Tk "Tk Built-In Commands" @@ -58,7 +58,7 @@ widget command. Specifies the desired height for the window in any of the forms acceptable to \fBTk_GetPixels\fR. If this option is less than or equal to zero then the window will not request any size at all. Note that this -sets the total height of the frame, any \fB-borderwidth\fR or similar is +sets the total height of the frame, any \fB\-borderwidth\fR or similar is not added. Normally \fB\-height\fR should not be used if a propagating geometry manager, such as \fBgrid\fR or \fBpack\fR, is used within the frame since the geometry manager will override the height of the frame. @@ -73,7 +73,7 @@ widget command. Specifies the desired width for the window in any of the forms acceptable to \fBTk_GetPixels\fR. If this option is less than or equal to zero then the window will not request any size at all. Note that this -sets the total width of the frame, any \fB-borderwidth\fR or similar is +sets the total width of the frame, any \fB\-borderwidth\fR or similar is not added. Normally \fB\-width\fR should not be used if a propagating geometry manager, such as \fBgrid\fR or \fBpack\fR, is used within the frame since the geometry manager will override the width of the frame. |