| Glade Interface Designer |
Article Index for Glade |
Website Links For Glade |
Information AboutGlade Interface Designer |
| CATEGORIES ABOUT GLADE INTERFACE DESIGNER | |
| gtk | |
| gnome | |
| free development toolkits and libraries | |
| user interface markup languages | |
| user interface builders | |
Glade Interface Designer is a Graphical User Interface creator for GTK+ , with additional components for GNOME . Glade is Programming Language –independent, and by default it does not produce code for events, but rather an XML file, and optionally one or more C Programming Language files into which programmers insert their code. Glade's ability to directly output code is deprecated, and is absent in Glade-3. Glade comes in three versions, one for GTK+ 1 and two for GTK+ 2. Glade is Free Software distributed under the GNU General Public License . 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-2 hadn't yet been ported to GTK+ 2). Therefore the Glade-3 codebase is smaller and allows new interesting things, including:
GLADEXML GladeXML is the XML format that the Glade Interface Designer uses to Persist its forms. These documents can then be used in conjunction with the libglade library to instantiate the form using GTK+ . Glade can also be configured to generate code directly that will generate the form, however this has been Deprecated for some time. EXTERNAL LINKS |
|
|