Help for this page
sub CheckIDE { my $vis = $ide->get_property('foreground') == $ide ? 1 : 0; ... $mw->geometry("+$rgt+$top"); $check = $mw->after(10, \&CheckIDE) }
my $coord = $ide->get_property('rect')