in reply to Re^2: How to remove Tk icon from the app build using perl Tk
in thread How to remove Tk icon from the app build using perl Tk
No, see if you'll create any app using PDK app and then if you'll open those app then in left hand side of that GUI app you'll find a Tk symbol in red color with stylish font. I just want to know how to replace that icon with our any icon file.
No? That is exactly the topic of the link, slow down, don't be quick to dismiss
$mw->idletasks; # this line is crucial $mw->iconimage($icon);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to remove Tk icon from the app build using perl Tk
by jack123 (Acolyte) on May 11, 2012 at 11:08 UTC | |
by Anonymous Monk on May 11, 2012 at 11:50 UTC |