=head1 NAME Tk::tixWm - Tix's addition to the standard TK wm command. =for category Tix Extensions =head1 SYNOPSIS S< >I<$widget>-EB S< >I<$widget>-EB =head1 DESCRIPTION The B and the B methods change the toplevel attribute of Tk widgets. =head1 METHODS =over 4 =item I<$widget>-EB Converts the toplevel window specified by I<$widget> into a non-toplevel widget. Normally this command is called to convert a L widget into a L widget. The newly-converted frame widget is un-mapped from the screen. To make it appear inside its parent, you must call a geometry manager (e.g. grid or pack) explictly. =item I<$widget>-EB Makes the non-toplevel window specified by I<$widget> into a toplevel widget. Normally this command is called to convert a L widget into a L widget, but it can also be used on any non-toplevel widget (e.g, label). The newly-converted toplevel window is in a B state. To make it appear on the screen, you must call B after calling B. Any data associated with I<$widget> via B methods (icon, protocol, command etc.) are released, and must be re-established if window is later re-captured. =back =head1 BUGS B does not exist in the Win32 window manager code. How these methods interact with perl/Tk's class hierarchy is not yet clear. In particular a Bd window will not automatically ``I'' the B methods, however a Bd window still will. (A Bd B