summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpspjuth <pspjuth@noemail.net>2011-04-04 19:45:37 (GMT)
committerpspjuth <pspjuth@noemail.net>2011-04-04 19:45:37 (GMT)
commitb9c6ad38af3b25dccde484e15dc95bb9a6df9305 (patch)
tree17aa2493c2c3c193e0cb5bbd6209077cefda9c5d /doc
parent61b2b81cb21270758d53e47c9d1583c0f72defa8 (diff)
parent8037ffebd1a0b99f4020c4c7292a833f59610f0a (diff)
downloadtk-b9c6ad38af3b25dccde484e15dc95bb9a6df9305.zip
tk-b9c6ad38af3b25dccde484e15dc95bb9a6df9305.tar.gz
tk-b9c6ad38af3b25dccde484e15dc95bb9a6df9305.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. FossilOrigin-Name: 5f4bcf23b8f439fb5ee112d20cfe9beda8d6f473
Diffstat (limited to 'doc')
-rw-r--r--doc/frame.n2
-rw-r--r--doc/labelframe.n9
2 files changed, 2 insertions, 9 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
diff --git a/doc/labelframe.n b/doc/labelframe.n
index 64ce720..84be637 100644
--- a/doc/labelframe.n
+++ b/doc/labelframe.n
@@ -46,15 +46,6 @@ If the \fBcolormap\fR option is not specified, the new window
uses the same colormap as its parent.
This option may not be changed with the \fBconfigure\fR
widget command.
-.OP \-container container Container
-The value must be a boolean. If true, it means that this window will
-be used as a container in which some other application will be embedded
-(for example, a Tk toplevel can be embedded using the \fB\-use\fR option).
-The window will support the appropriate window manager protocols for
-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.
.OP \-height height Height
Specifies the desired height for the window in any of the forms
acceptable to \fBTk_GetPixels\fR.