Thread transparente icon: Tk (14 answers)
Opened by alexus-777 at 2004-06-01 11:09

alexus-777
 2004-06-01 11:09
#42135 #42135
User since
2004-04-13
121 Artikel
BenutzerIn
[default_avatar]
Hi,

ich hab ein icon für MainWindow:
Code: (dl )
1
2
3
4
#icon fuer mainwindow
my $bitmap = $mainw->Pixmap(-file=> "$pathToScript/images/find.xpm"); # oder
$mainw->Icon(-image => $bitmap);
#end icon


Allerdings gibt es ein Prob, dass icon einen schwarzen Viereck als Hintergrund hat. Wie kann man icon transparent machen?

Gruß Alexander

View full thread transparente icon: Tk