Re: [Easytag-mailing] Icon theming?



Andrew Conkling wrote:
I'm working on providing a theme I like with icons for EasyTAG. I found the pixmaps directory in the source tarball and can create replacements for all of the icons. The question is how I can replace them in the program. I've tried adding them like stock icons in other programs, but it hasn't worked. Are they referred like other stock GTK icons?

Yes. They are added to the stock icon collection at runtime with
Create_Xpm_Icon_Factory (misc.c) and then can be used like so:
    Icon = gtk_image_new_from_stock("easytag-mask", GTK_ICON_SIZE_BUTTON);
(from misc.c:Open_Write_Playlist_Window)

Not sure how easy it will be to theme this, but good luck :)

Daniel




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]