Leser: 1
|< 1 2 >| | 15 Einträge, 2 Seiten |
1
2
3
4
#icon fuer mainwindow
my $bitmap = $mainw->Pixmap(-file=> "$pathToScript/images/find.xpm"); # oder
$mainw->Icon(-image => $bitmap);
#end icon
my $bitmap = $mainw->Photo(-file=> "$pathToScript/images/find.gif");
$mw->Label(-image=>$mw->Photo(-format=>'gif',-file=>'tranicon.gif'))->pack();
|< 1 2 >| | 15 Einträge, 2 Seiten |