wm iconbitmap doesn`t work on Windows
|
|
The wm iconbitmap command does not work on Windows. If you execute the following command, you`ll still see Tcl`s icon for your
application:
wm iconbitmap . filename
To change this, you need to substitute your own .ico file and recompile the relevant parts of the Tk source code.
-Eric Foster-Johnson
|
|
|