Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Glade Interface Designer
GTK+ rapid application development tool

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 .

Glade is free and open-source software distributed under the GNU General Public License. Glade's development and maintenance ceased in 2022, with the final release on 10 August 2022.

Related Image Collections Add Image
We don't have any YouTube videos related to Glade Interface Designer yet.
We don't have any PDF documents related to Glade Interface Designer yet.
We don't have any Books related to Glade Interface Designer yet.
We don't have any archived web articles related to Glade Interface Designer yet.

History and development

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

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

  • Undo and redo support in all operations.
  • Support for multiple open projects.
  • Removal of code generation.
  • Contextual help system with Devhelp

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:

  • Catalogs of "pluggable" widgets. This means that external libraries can provide their set of widgets at runtime and Glade will detect them. In fact, Glade 3 supports only standard GTK widgets; GNOME UI and DB widgets are provided separately.
  • The various Glade Tools (palette, editor, etc.) are implemented as widgets. This allows for easier integration in IDEs like Anjuta, and makes it easier to change the Glade UI.

On 5 April 2011, two parallel installable stable Glade versions345 were released:

  • Glade 3.8: That includes all support for GTK+ up till version 2.24. This version is to serve as a decent migration path for older projects migrating to GTK+ 3.0.
  • Glade 3.10: That includes support only for widgets that are still included in GTK+ 3.0 and additionally drops support for Libglade.

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.6

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.7

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.8 The class describes the interface in an Extensible Markup Language (XML) 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
eglade Archived 13 May 2018 at the Wayback MachineDaniel ElphickEiffelEiffel Forum License
GladexChristopher Pax and Charles Edward PaxPerl, Python, RubyGPLv3
glcBill AllenPythonLGPL
ruby-glade-create-template Archived 7 June 2013 at the Wayback MachineMasao MutohRuby
TepacheSandino Flores MorenoPythonLGPL
GladeToBacThomas FreiherrFreeBASIC (includes headers for GTK-3 and

GTK-2.22.0 / GTKGlExt-1.2.0)

GPLv3
Glade2FBArnel BorjaFreeBASICGPLv3
gate3F. J. FabienAdaMIT License

Cambalache

Cambalache (/kambaˈlat͡ʃe/)9 is a free and open-source rapid application development (RAD) tool101112 designed for creating user interfaces with GTK 4. It is designed as a successor to Glade,1314 with a focus on supporting the GTK 4 library while maintaining compatibility with GTK 3. Cambalache is geared toward developers working within the GNOME ecosystem. Cambalache's design emphasizes the Model-View-Controller (MVC) architecture, ensuring separation between the UI components and the business logic of applications.The UI editing workspace is driven by a separate process called Merengue which interfaces with Casilda, a Wayland compositor embedded in a GTK widget. This architectural choice improves stability by separating the user interface preview from the main application. This separation enables the system to handle different GTK versions efficiently, ensuring the rendered UI accurately mirrors the application's appearance and behavior.15

See also

Wikimedia Commons has media related to Glade Interface Designer.

References

  1. "Rolling last release! (b3823efd) · Commits · GNOME / Glade · GitLab". GitLab. 10 August 2022. Retrieved 9 October 2024. https://gitlab.gnome.org/GNOME/glade/-/commit/b3823efd0acea2b0a5629b261cf56b1d3f2664aa

  2. "GLADE GTK+ User Interface Builder > History > The first release, Version 0.1, was on 18. Apr 1998". Archived from the original on 8 October 1999. Retrieved 18 February 2013.{{cite web}}: CS1 maint: bot: original URL status unknown (link) https://web.archive.org/web/19991008021612/http://glade.pn.org/history.html

  3. "[Glade-devel] Glade 3.10.0 Released". Archived from the original on 6 June 2011. https://web.archive.org/web/20110606214843/http://lists.ximian.com/pipermail/glade-devel/2011-April/001891.html

  4. Glade 3.8.0 and 3.10.0 released, Tuesday 5 April 2011 by Tristan Van Berkom – Glade 3.8.0 and 3.10.0 are now available for download. 3.8 is the last stable series of Glade for GTK+2 and 3.10 is the first stable series for GTK+3 http://glade.gnome.org/news.html

  5. "[Glade-devel] Glade 3.9.0 Released". Archived from the original on 12 January 2011. https://web.archive.org/web/20110112181550/http://lists.ximian.com/pipermail/glade-devel/2011-January/001858.html

  6. "Glade 3.19.0 Released!". Archived from the original on 14 June 2015. Retrieved 12 June 2015. https://web.archive.org/web/20150614031300/http://lists.ximian.com/pipermail/glade-devel/2015-June/002090.html

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

  8. "Gtk 3.0 documentation on github". https://lazka.github.io/pgi-docs/Gtk-3.0/classes/Builder.html#Gtk.Builder

  9. GNOME (2 August 2024). GUADEC 2024 Cambalache: road to version 1.0. Retrieved 11 September 2024 – via YouTube. https://www.youtube.com/watch?feature=shared&t=227&v=KKM6_dB8hoM

  10. James (9 September 2024), Taiko2k/GTK4PythonTutorial, retrieved 10 September 2024 https://github.com/Taiko2k/GTK4PythonTutorial

  11. Intel, Altus (10 December 2021). "Release Cambalache 0.8.0, GTK Interface Development Tool". Altus Intel. Retrieved 11 September 2024. https://www.altusintel.com/public-yy6hrj/

  12. Darkcrizt (22 July 2021). "Cambalache, a tool for creating Gtk user interfaces". Linux Adictos. Retrieved 11 September 2024. https://www.linuxadictos.com/en/swap-a-tool-for-creating-gtk-user-interfaces.html

  13. "Cambalache on alternativeto.net". https://alternativeto.net/software/cambalache/about/

  14. "Create Beautiful User Interface for Gtk applications with Cambalache". CONNECTwww.com. 25 August 2021. Retrieved 10 September 2024. https://connectwww.com/create-beautiful-user-interface-for-gtk-applications-with-cambalache/63200/

  15. "New Cambalache Release 0.92.0! – ar.xjuan.Blog". 26 September 2024. Retrieved 30 September 2024. https://blogs.gnome.org/xjuan/2024/09/26/new-cambalache-release-0-92-0/