Re: [pygtk] Replacing the snake icon for windows on MSWindows

2003-01-14 Thread Rene Olsthoorn
Hans, Christian, Thanks for your input about replacing the snake icon. It's true that the icon embedded in the python.exe is used as the topleft window icon. Perhaps a solution for me is to create an .exe file using p2exe. See http://starship.python.net/crew/theller/py2exe/ That .exe file, I

Re: [pygtk] Replacing the snake icon for windows on MSWindows

2003-01-13 Thread Christian Reis
On Sat, Jan 11, 2003 at 05:53:33PM -0500, Rene Olsthoorn wrote: Dear readers, I succesfully changed the size of the default font for GTK+ on Windows(thanks John!) Now, an other thing I noticed: On windows, every window gets a little snake icon in the left-top corner. Ofcourse I'm proud to

Re: [pygtk] Replacing the snake icon for windows on MSWindows

2003-01-13 Thread Christian Reis
On Sat, Jan 11, 2003 at 05:53:33PM -0500, Rene Olsthoorn wrote: Ofcourse I'm proud to use Python, that's not the issue. But is it possible to replace the icon with an other icon? Has anyone managed to do that? Some references: http://hackicon.sourceforge.net/

Re: [pygtk] Replacing the snake icon for windows on MSWindows

2003-01-13 Thread Hans Breuer
At 17:53 11.01.03 -0500, Rene Olsthoorn wrote: [...] Now, an other thing I noticed: On windows, every window gets a little snake icon in the left-top corner. Ofcourse I'm proud to use Python, that's not the issue. But is it possible to replace the icon with an other icon? Has anyone managed to do

Re: [pygtk] Replacing the snake icon for windows on MSWindows

2003-01-13 Thread Christian Reis
On Tue, Jan 14, 2003 at 12:16:34AM +0100, Hans Breuer wrote: To support replacing the window icon from Python one of the following would be needed : - Add a windoze only function to gdk to replace the icon before it's first use; modify RegisterGdkClass - (?) Add some window class fiddling

Re: [pygtk] Replacing the snake icon for windows on MSWindows

2003-01-12 Thread David M. Cook
On Sat, Jan 11, 2003 at 05:53:33PM -0500, Rene Olsthoorn wrote: I succesfully changed the size of the default font for GTK+ on Windows(thanks John!) Now, an other thing I noticed: On windows, every window gets a little snake icon in the left-top corner. Ofcourse I'm proud to use Python, that's

[pygtk] Replacing the snake icon for windows on MSWindows

2003-01-11 Thread Rene Olsthoorn
Dear readers, I succesfully changed the size of the default font for GTK+ on Windows(thanks John!) Now, an other thing I noticed: On windows, every window gets a little snake icon in the left-top corner. Ofcourse I'm proud to use Python, that's not the issue. But is it possible to replace the