[Glade-users] PixBuf
Tristan Van Berkom
tristan.van.berkom at gmail.com
Mon Aug 10 15:18:28 EDT 2009
Unfortunately not really.
string properties on widgets in GtkBuilder that reffer to a pixbuf
use a special case to load a pixbuf from the string as a filename,
so if you were to manage to include GdkPixbuf objects, you couldnt
very well use them to share across multiple widgets.
(and GdkPixbuf being outside GTK+ doesnt implement GtkBuildable
and has no custom constructs to load from a builder file, which it might need).
On the other hand you might consider using GtkIconFactory if all you need is
to share an icon among multiple widgets...
Cheers,
-Tristan
On Mon, Aug 10, 2009 at 2:44 PM, <smu at z107.de> wrote:
> Hey,
>
> is it possible to use gtk.gdk.Pixbuf objects with glade?
> Can't find this class in the palette?
>
> regards,
> Stefan
>
> _______________________________________________
> Glade-users maillist - Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>
More information about the Glade-users
mailing list