GNOME Bugzilla – Bug 111860
Feature request: using a callback to fetch images.
Last modified: 2004-12-22 21:47:04 UTC
Hello, We would like to have LibGlade use a callback to get GdkPixbuf images given a file name rather than having libglade fetch the image itself. This has two uses: * Gtk# bindings: In gtk# we tend to distribute a single binary that contains the glade file, images, pixmaps, and any other pieces of data, rather than the normal Unix way of shipping multiple data files. Most things work, except for images, as libglade does not allow us to hook into this process to provide the image from our "resource fork". * Images could be downloaded from the Web with the proper
*** This bug has been marked as a duplicate of 95315 ***