- or download this
#!/usr/bin/perl -w
#
...
$c_out->($text);
}
}
- 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;
}
- or download this
sub nudge_widget {
...
$this->pack(-expand => $exp, -fill => $fill);
}
}