OSDN Git Service

Updated to tk 8.4.1
[pf3gnuchains/sourceware.git] / tk / doc / toplevel.n
index c8e7fc4..070da07 100644 (file)
@@ -8,7 +8,7 @@
 '\" RCS: @(#) $Id$
 '\" 
 .so man.macros
-.TH toplevel n 8.0 Tk "Tk Built-In Commands"
+.TH toplevel n 8.4 Tk "Tk Built-In Commands"
 .BS
 '\" Note:  do not modify the .SH NAME line immediately below!
 .SH NAME
@@ -16,8 +16,9 @@ toplevel \- Create and manipulate toplevel widgets
 .SH SYNOPSIS
 \fBtoplevel\fR \fIpathName \fR?\fIoptions\fR?
 .SO
-\-borderwidth  \-highlightbackground   \-highlightthickness    \-takefocus
-\-cursor       \-highlightcolor        \-relief
+\-borderwidth  \-highlightcolor        \-pady
+\-cursor       \-highlightthickness    \-relief
+\-highlightbackground  \-padx  \-takefocus
 .SE
 .SH "WIDGET-SPECIFIC OPTIONS"
 .OP \-background background Background
@@ -44,7 +45,6 @@ If the \fBcolormap\fR option is not specified, the new window
 uses the default colormap of its screen.
 This option may not be changed with the \fBconfigure\fR
 widget command.
-.VS 8.0 br
 .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
@@ -54,20 +54,17 @@ 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.
-.VE
 .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 to zero then the window will
 not request any size at all.
-.VS 8.0 br
 .OP \-menu menu Menu
 Specifies a menu widget to be used as a menubar. On the Macintosh, the
 menubar will be displayed accross the top of the main monitor. On
 Microsoft Windows and all UNIX platforms, the menu will appear accross
 the toplevel window as part of the window dressing maintained by the
 window manager.
-.VE
 .OP \-screen "" ""
 Specifies the screen on which to place the new window.
 Any valid screen name may be used, even one associated with a
@@ -76,7 +73,6 @@ Defaults to the same screen as its parent.
 This option is special in that it may not be specified via the option
 database, and it may not be modified with the \fBconfigure\fR
 widget command.
-.VS 8.0 br
 .OP \-use use Use
 This option is used for embedding. If the value isn't an empty string,
 it must be the the window identifier of a container window, specified as
@@ -87,7 +83,6 @@ window is in a Tk application, it must be a frame or toplevel widget for
 which the \fB\-container\fR option was specified.
 This option may not be changed with the \fBconfigure\fR
 widget command.
-.VE
 .OP \-visual visual Visual
 Specifies visual information for the new window in any of the
 forms accepted by \fBTk_GetVisual\fR.
@@ -159,6 +154,8 @@ command.
 When a new toplevel is created, it has no default event bindings:
 toplevels are not intended to be interactive.
 
+.SH "SEE ALSO"
+frame(n)
+
 .SH KEYWORDS
 toplevel, widget
-