Glade Interface Designer


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. See List of language bindings for GTK for the available ones.
Glade is free and open-source software distributed under the GNU General Public License.

History and development

The first Glade release, version 0.1, was made on 18 April 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. Therefore, the Glade-3 codebase is smaller and allows new interesting things, including:
On 5 April 2011, two parallel installable stable Glade versions were released:
On 11 June 2015 Glade 3.19.0 was released. It depends at least on GTK+ 3.16.0. Among many bug fixes this version is the first to support the widgets GtkStack, GtkHeaderBar and GtkSidebar.

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.
Glade Interface Designer automatically generates all the source code for a graphical control element.
The "Gtk.Builder class" allows user interfaces to be designed without writing code. The class describes the interface in an Extensible Markup Language file and then loads the XML description at runtime and creating the objects automatically. The Glade Interface Designer allows creation of the user interface in a WYSIWYG manner. The description of the user interface is independent from the programming language being used.

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.
NameAuthorProgramming languagesSoftware license
Daniel ElphickEiffelEiffel Forum License
Christopher Pax and Charles Edward PaxPerl, Python, RubyGPLv3
Bill AllenPythonLGPL
Masao MutohRuby
Sandino Flores MorenoPythonLGPL
Thomas FreiherrFreeBASIC GPLv3
Arnel BorjaFreeBASICGPLv3
F. J. FabienAdaMIT License