diff options
author | pspjuth <peter.spjuth@gmail.com> | 2011-04-04 19:45:37 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2011-04-04 19:45:37 (GMT) |
commit | 32a8b8ab8d7299a282aba46fa3780e757df423ec (patch) | |
tree | 17aa2493c2c3c193e0cb5bbd6209077cefda9c5d /doc/frame.n | |
parent | 890d36fd2065fa3e1fd8cadcfac6013dbc1e7b62 (diff) | |
parent | 257f68b64daa01121d80bf4bdf9bfdadd30f997d (diff) | |
download | tk-32a8b8ab8d7299a282aba46fa3780e757df423ec.zip tk-32a8b8ab8d7299a282aba46fa3780e757df423ec.tar.gz tk-32a8b8ab8d7299a282aba46fa3780e757df423ec.tar.bz2 |
[Bug 2997657]: Removed -container from labelframe documentation
since it does not work as expected and does not make sense as a
container. Added note to frame about restrictions when used as a
container.
Diffstat (limited to 'doc/frame.n')
-rw-r--r-- | doc/frame.n | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/frame.n b/doc/frame.n index 0d1f13a..8c27ce9 100644 --- a/doc/frame.n +++ b/doc/frame.n @@ -54,6 +54,8 @@ things like geometry requests. The window should not have any children of its own in this application. This option may not be changed with the \fBconfigure\fR widget command. +Note that \fB-borderwidth\R, \fB-padx\fR and \fB-pady\R are ignored when +configured as a container since a container has no border. .OP \-height height Height 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 |