Leser: 1
|< 1 2 >| | 15 Einträge, 2 Seiten |
$mw->Label(-bitmap => '@/usr/mybitmap');
1
2
3
4
use Tk::Photo;
my $pic_source = $mw->Photo(-file => "d:/fortschritt/Logo/logo.bmp");
$mw->Label(-image => $pic_source)->pack();
1
2
3
4
use Tk::Photo;
my $pic_source = $mw->Photo(-file => "d:/fortschritt/Logo/logo.bmp");
$mw->Label(-image => $pic_source)->pack();
$mw->Label(-bitmap => '@/usr/mybitmap/Logo');
$ref->Label(-image => $mw->Photo(-file => 'gfx/4Gewinnt_schwarz.bmp'))->pack(-side => 'left');
|< 1 2 >| | 15 Einträge, 2 Seiten |