On Thu, 2006-12-07 at 15:24 -0800, Jeff Westerinen wrote: > Much like the requirement we had for adding our own widgets, we also > have a requirement to add our own stock images. Is there any kind > of procedure for adding to the list of stock images that pops up for > the "Stock Image" property of the GtkImage widget? Hello Jeff, yes! you can register them in the catalog init function gtk_stock_add() and dont forget to define that prefix with glade_standard_stock_append_prefix()
anywaysm just take a look at gnomeui catalog init function glade_gnomeui_init() greets Juan Pablo _______________________________________________ Glade-devel maillist - [email protected] http://lists.ximian.com/mailman/listinfo/glade-devel
