Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #
    ...
            $c_out->($text);
        }
    }
    
  2. or download this
    sub simple_nudge {
        my ($w)    = @_;
    ...
        $mw->geometry("${w1}x${h1}+${x}+${y}"); $mw->update;
        $mw->geometry("${w0}x${h0}+${x}+${y}"); $mw->update;
    }
    
  3. or download this
    
    sub nudge_widget {
    ...
            $this->pack(-expand => $exp, -fill => $fill);
        }
    }