2007/6/26, Murray Cumming <[EMAIL PROTECTED]>:
> libglade's _new() function has a "root" parameter:
> http://developer.gnome.org/doc/API/libglade/gladexml.html#GLADE-XML-NEW
>
> This is necessary because libglade otherwise instantiates all the items
> in the file. Does GtkBuilder instead only instantiate the objects when
> you actually use gtk_builder_get_object()?

See bug 447998 for discussion on this:

  http://bugzilla.gnome.org/show_bug.cgi?id=447998

but in short: no, it instantiates them as a part of the
parsing/building process and it's not going to be easy to do it
properly otherwise.

-- 
Kalle Vahlman, [EMAIL PROTECTED]
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to