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 not the issue. But is it possible to replace the icon with an other icon? Has anyone managed to do that? ----
If you're using glade (I wouldn't use gtk without it), you can set the icon from the properties dialog for the window. Otherwise, you can use the gtk.Window.set_icon method. This only affects the minimized window in Window Maker. Don't know what it will do under win32. Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
