On Sun, 9 Nov 2003, MenTaLguY wrote:
On Sat, 2003-11-08 at 23:14, Robert Crosbie wrote:
What direction is inkscape taking, expand use of icon.c generic subroutines, or use direct gtk calls?
Well, in my opinion we should do neither of the two below, actually. Specifically, we should be using the GtkStock system rather than explicitly loading images from files or doing the sp_icon_(...) stuff ourselves.
ie, do we expand use of: img = sp_icon_new(...) gtk_widget_show(img) or use img = gtk_image_new_from_file(...) gtk_widget_show(img)
I think short-term we should get rid of sp_icon_*, as it represents a dead end, development-wise.
I'd file a bug to track this, but Sourceforge seems to be down at the moment...
Wiki seems to be relatively reliable; maybe add it to the roadmap?
Bryce