Re: [Easytag-mailing] Icon theming?



On 24/12/04 08:30:22, Daniel Drake wrote:
The pixmap file is called "mask.xpm", however this gets given the stock name of "easytag-mask" when initialized. Snippet from misc.c :

#include "../pixmaps/mask.xpm"
//...
void Init_Custom_Icons (void)
{
//...
	Create_Xpm_Icon_Factory((const char**)mask_xpm, "easytag-mask");
//...
}

Thanks for the clarification; I'll have a look there to find the names.

If you are trying to change the icons just by swapping out the pixmap files, bear in mind that the pixmaps are compiled into the binary so you will need to recompile after changing any.

Just so long as they are replaced by properly themed icons!

Thanks again,
Andrew





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