Help for this page

Select Code to Download


  1. or download this
        # adjust to not cross screen borders
        if ($X < 0) { $X = 0 }
    
  2. or download this
        $w->geometry("+$X+$Y");
        # $w->MoveToplevelWindow($X,$Y);