Re: window icons
Todd Kulesza <[email protected]> Tue, 18 Feb 2003 09:39:50 -0500
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
You use a Window's resource file. The specs for .rc files are on msdn.microsoft.com. I believe "windres.exe" is the name of the program that compilies it to an object file, which can then be linked with all the other objects to create your executable. Todd [email protected] wrote: > Tor? > > >> >>Also, as a temporary measure, how do I set the icon for ALL windows? >> >>I have tried using gtk_window_set_icon_list() and >>gtk_window_set_icon() and >>gtk_window_set_default_icon_list() and none are successfull!?? >> >>Also, can I free the list after I have set the icon list or >>do I just unref >>it? >> >>Regards, >>Martyn > > > > To Post a message, send it to: [email protected] > To Unsubscribe, send a blank message to: [email protected] > > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ > > >