Re: Icon theming for Balsa



On 12/19/2004 04:10:35 PM, Andrew Conkling wrote:
On 12/12/04 11:22:17, Craig Routledge wrote:

From source, the balsa-specific icons can be found in balsa/src/pixmaps.

OK, thanks. I was able to make replacement icons for all listed therein, but when I start Balsa, they are not used in the message lists (replied, forwarded, attachment, etc. icons), nor in the menus. I have them listed properly in my GTK theme's iconrc, so this seems to be a problem in Balsa; it should be pulling icons from the theme where it can.

You don't mention the toolbar buttons, so I assume that they're being pulled in correctly (using gtk_tool_button_new_from_stock(), for example). The menu icons are named in GnomeAppUI structures and created in gnome_app_create_menus_with_data(), so if those don't theme correctly, the problem is in GnomeApp.

The message list icons are created using gtk_widget_render_icon()--perhaps that should be replaced with gtk_icon_theme_load_icon()??

Peter




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