Glade is a RAD tool to enable quick & easy development of user interfa ..
This tutorial introduces the reader informally to the basic concepts a ..
Python is a dynamic object-oriented programming language that can be u ..
Tutorial for creating applications using Python and PyGTK ..
A good beginner's overview on what actually happens when compiling sof ..
This document outlines the set of requirements and guidelines for file ..
The Linux System Administrator's Guide, describes the system administr ..
This document is an attempt to summarise the many command-line based t ..
This guide, published by the Linux Foundation, explains how to deal wi ..
Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment.
Categories:
C/C++, GTK, GUI, Libraries, Perl, PHP, Python, Ruby, Tools, Vala
Homepage: http://glade.gnome.org/
License: GPL
Published by: ossdeveloper.com admin
Total page views: 272
Total rating: 0
Total votes: 0
Date added: 2008-06-16 00:00:00
Date modified: 2008-06-16 00:00:00
Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment, released under the GNU GPL License.
The user interfaces designed in Glade are saved as XML, and by using the libglade library these can be loaded by applications dynamically as needed.
By using libglade, Glade XML files can be used in numerous programming languages including C, C++, Java, Perl, Python, C#, Pike, Ruby, Haskell, Objective Caml and Scheme. Adding support for other languages is easy too.
Access the home page for more information