Tk::tixWm - Tix's addition to the standard TK wm command. |
Tk::tixWm - Tix's addition to the standard TK wm command.
$widget->wmCapture
$widget->wmRelease
The wmCapture and the wmRelease methods change the toplevel attribute of Tk widgets.
Any data associated with $widget via wm methods (icon, protocol, command etc.) are released, and must be re-established if window is later re-captured.
wmCapture 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 wmReleased window will not automatically ``inherit'' the Tk::Wm methods, however a wmCaptured window still will. (A released Label might make a good candidate for an Icon.)
Ioi Kim Lam - ioi@graphics.cis.upenn.edu wrote original Tix version. Updated for tk8.0, Win32 and perl by Nick Ing-Simmons.
Tk::Wm Tk::Mwm Tk::Frame Tk::Toplevel
window manager, wm, TIX
Tk::tixWm - Tix's addition to the standard TK wm command. |