in reply to I want Tk::Splashscreen not centered.
#!/usr/bin/perl use strict; use warnings; use Tk; use Tk::Splashscreen; my $mw1 = MainWindow->new; my $mw2 = MainWindow->new( -screen => $ARGV[0] ||= $ENV{'DISPLAY'}, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I want Tk::Splashscreen not centered.
by Anonymous Monk on Oct 24, 2013 at 08:18 UTC | |
|
Re^2: I want Tk::Splashscreen not centered.
by ric00015 (Beadle) on Oct 24, 2013 at 14:49 UTC |