TABLE OF CONTENTS
toplevel
NAME
::guib::widgets::toplevel -- toplevel widget
USAGE
toplevel pathName ?option value? ?...?
OPTIONS
-title -- title of toplevel -iconname -- name of icon, i.e, the window manager should display
the name inside the icon associated with toplevel-window
-geometry -- geometry of toplevel in format of "wm geometry", i.e.,
widthxheight±x±y
-transient -- make a transient toplevel (0|1) -class -- class of the toplevel-window
RETURN VALUE
Returns the path of a toplevel, i.e., pathName.