in reply to Deactivate MainWindow when starting Toplevel
title is documented in Tk::Wm;sub start { $tl = $mw->Toplevel; $tl->title("B"); $tl->focus; $tl->grab; $tl->Button( -text => "B", -command => sub{ destroy $tl } )->pack; }
jdporter
The 6th Rule of Perl Club is -- There is no Rule #6.
|
|---|