Help for this page

Select Code to Download


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