Re: Icon theming for Balsa



On 23/12/04 07:16:39, Peter Bloomfield wrote:
Creating an icon theme for Balsa may be a little more involved than that. If you look at one of Balsa's distributed xpm files, say src/pixmaps/ info_lock_encr.xpm, you'll see that it defines a symbol initialized as a character string; in this case the symbol is info_encr_xpm. If you check src/balsa-icons.c for that symbol, you'll see that it's associated with the BALSA_PIXMAP_INFO_ENCR stock item, and that stock item is defined in src/balsa-icons.h to be "balsa_info_encr". If the icon theme system associates stock items with file names, the file containing a themed version of that icon may need to be named /path/to/theme/16x16/ balsa_info_encr.xpm (or .png, if you convert it).

HTH!

It did, kind of.... With your example file, the resultant file I (as a themer) need to create is balsa_info_encr.{xpm|png|don't-forget-svg}. That's how I created the files, in a one-for-one manner from those in / path/to/balsa/tarball/src/pixmaps. At that point, the GTK theme I'm using recognises the names of the icons (I typed them in manually :) and they should be picked up. Again, after doing that, only some of them are. What am I missing?

Said another way: I only vaguely understand what your message means for me from a themer's point of view, and any decoding would be helpful. :)

Thanks,
Andrew




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