GNOME Bugzilla – Bug 606603
Use GtkBuilder instead of libglade
Last modified: 2011-11-22 19:12:55 UTC
libglade has been deprecated in favor of GtkBuilder. See http://library.gnome.org/devel/gtk/stable/gtk-migrating-GtkBuilder.html for migration instructions. Also see http://live.gnome.org/GnomeGoals/RemoveLibGladeUseGtkBuilder
$ git grep glade Makefile.am: examples/gnomeprint/example_10.glade \ examples/evolution/Makefile.am: evolution.glade examples/evolution/evo-test.py:import gtk.glade examples/evolution/evo-test.py: path = os.path.join(__file__, "..", "evolution.glade") examples/evolution/evo-test.py: self.xml = gtk.glade.XML(path, "GUI") examples/evolution/evo-test.py: self.dialogxml = gtk.glade.XML(path, "AddCalComponentDialog") examples/evolution/evolution.glade:<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> examples/gnomeprint/example_10.glade:<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> examples/gnomeprint/example_10.py:import gtk.glade as glade examples/gnomeprint/example_10.py: gui = glade.XML("example_10.glade")
Are you saying that some "examples" need to be removed or changed because of library deprecation? This is not code for production, these are examples. Please someone stop this nonsense.
Wondering: Is it said in these examples that libglade should not be used anymore?
(In reply to comment #3) > Wondering: Is it said in these examples that libglade should not be used > anymore? Adding a comment that libglade is deprecated is something different than switch those examples (in gnomeprint bindings) to GtkBuilder. Anyway is up to Gustavo.
Closed as obsolete as gnome-python-desktop is not needed anymore as we used pygobject and introspection now