[MonoDevelop] MonoDevelop 0.1 Release

Ben Maurer 05mauben@hawken.edu
Wed, 04 Feb 2004 13:26:26 -0500


Well, we are basically doing that.

we have a map that stores, for example:

16x16FileSave.png --> Gtk.Stock.Save.

So it gets pulled from the users theme. Also, we want to use the GTK =
interfaces to put in our own custom stock icons for two reasons:

- It saves memory (fewer pixbufs allocated)
- It allows a user to override icons in their theme.

>>> Miguel de Icaza <miguel@ximian.com> 02/04/04 12:39 PM >>>
Hello,

> build/data/resources/icons for the time being. they will most likely be
> moving a bit, but not far. NOTE: some of them are overridden inside the
> code to match up with existing gtk and gnome stock icons.

Any issue if we just go and pull the equivalent Gnome icons from the
respective apps and override these?

Miguel