Glade Interface Designer

Glade

Designing a preferences dialog in Glade
Developer(s) GNOME Foundation
Initial release April 18, 1998
Stable release 3.10.0 / April 5, 2011; 10 months ago (2011-04-05)
Preview release 3.9.1 / January 13, 2011; 12 months ago (2011-01-13)
Development status Active
Operating system Cross-platform
Platform Cross-platform
Available in Multilingual
Type GUI designer
License GNU General Public License
Website glade.gnome.org

Glade Interface Designer is a graphical user interface builder for GTK+, with additional components for GNOME. In its third version, Glade is programming language–independent, and does not produce code for events, but rather an XML file that is then used with an appropriate binding (such as GtkAda for use with the Ada programming language).

Glade is free software distributed under the GNU General Public License.

Contents

History and development

The first Glade release, version 0.1, was made on April 18, 1998.

Glade 3 was released on 12 August 2006. According to the Glade Web site, the most noticeable differences for the end-user are:

Most of the difference is in the internals. Glade-3 is a complete rewrite, in order to take advantage of the new features of GTK+ 2 and the GObject system (Glade-3 was started when Glade-1 hadn't yet been ported to GTK+ 2). Therefore the Glade-3 codebase is smaller and allows new interesting things, including:

GtkBuilder

GtkBuilder is the XML format that the Glade Interface Designer uses to save its forms. These documents can then be used in conjunction with the GtkBuilder object to instantiate the form using GTK+. GladeXML is the XML format that was used with conjunction with libglade, which is now deprecated.[1]

Code sketching

Code sketchers are software applications that help a user create source code from a GladeXML file. Most code sketchers create source code which uses libglade and a GladeXML file to create the GUI. Some sketchers are able to create raw code that does not need the GladeXML file. The table below compares basic information about GladeXML code sketcher packages.

Name Author Languages License
eglade Daniel Elphick Eiffel Eiffel Forum License
Gladex Christopher Pax and Charles Edward Pax Perl, Python, Ruby GPL v3
glc Bill Allen Python LGPL
ruby-glade-create-template Masao Mutoh Ruby
Tepache Sandino Flores Moreno Python LGPL
GladeToBac Thomas Freiherr FreeBASIC (includes headers for GTK-3 and

GTK-2.22.0 / GTKGlExt-1.2.0)

GPL v3
Glade2FB Arnel Borja FreeBASIC GPL v3

See also

References

  1. ^ "Libglade officially deprecated in favor of GtkBuilder.". Gnome devel-announce-list mailing list. 11 May 2009. http://mail.gnome.org/archives/devel-announce-list/2009-May/msg00003.html. Retrieved 13 November 2010. 

External links