![]() |
![]() |
10 Einträge, 1 Seite |
1
2
3
4
5
my $img = $config{MainWindow}->Photo();
$img->configure(-file => "add.gif");
$bottom->Label(
-image => $img,
)->pack();
1
2
3
4
5
my $ph = $mw->Photo(
-file => "$FindBin::RealBin/icons/" . $icon->{file},
-width => 40,
-height => 30,
);
1
2
3
4
my $ph = $mw->Animation(
-format => 'gif',
-file => "$FindBin::RealBin/icons/" . $icon->{file},
);
-image => $ph,
![]() |
![]() |
10 Einträge, 1 Seite |