Create a toplevel widget, displayed independently from the main window with the same decoration as the window system, using the Toplevel method.
The standard configuration options that apply to Toplevel are: -background, -bg, -borderwidth, -bw, -cursor, -height, -highlightbackground, -highlightcolor, -highlightthickness, -relief, -takefocus, and -width.
Other options are:
In addition to cget and configure, the following methods are supported by the Toplevel widget. Note that since the MainWindow is a Toplevel widget, each of these methods applies to the MainWindow as well.
Copyright © 2002 O'Reilly & Associates. All rights reserved.