Re: What is Gtk builder?



On Mon, Jun 22, 2009 at 6:22 PM, dhk<dhkuhl optonline net> wrote:
I hate to ask what everyone seems to know, but what is gtk builder?  Is it
part of Glade 3.4.5?  I don't see any gtk builder packages or libraries in
the Gentoo portage tree.  Also does this mean all my Glade programs are
obsolete?

GtkBuilder is a new api in GTK+ since 2.12 and it does essentially
what libglade
did (libglade is now deprecated in favour of the builder).

GtkBuilder also provides GtkBuildable interface allowing GTK+ widgets
(or third party widgets) to handle the parsing phase in custom ways.

No Glade 3.4 does not understand GtkBuilder format, you need 3.6 for that.

(Glade 3.6 will also allow you to convert your old libglade projects into
the new GtkBuilder format).

Cheers,
        -Tristan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]