|
Packit |
1e8aac |
Glade
|
|
Packit |
1e8aac |
=====
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
A user interface designer for Gtk+ and GNOME
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
Web: http://glade.gnome.org
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
Mailing Lists: glade-users@ximian.com - For discussions about using
|
|
Packit |
1e8aac |
Glade to build applications.
|
|
Packit |
1e8aac |
glade-devel@ximian.com - For discussions about the
|
|
Packit |
1e8aac |
development of Glade itself.
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
General Information
|
|
Packit |
1e8aac |
~~~~~~~~~~~~~~~~~~~
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
Glade is a RAD tool to enable quick & easy development of user interfaces
|
|
Packit |
1e8aac |
for the GTK+ 3 toolkit and the GNOME desktop environment.
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
The user interfaces designed in Glade are saved as XML and these can be loaded
|
|
Packit |
1e8aac |
by applications dynamically as needed by using GtkBuilder or used directly to
|
|
Packit |
1e8aac |
define a new GtkWidget derived object class using Gtk+ new template feature.
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
By using GtkBuilder, Glade XML files can be used in numerous programming
|
|
Packit |
1e8aac |
languages including C, C++, C#, Vala, Java, Perl, Python,and others.
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
About Glade
|
|
Packit |
1e8aac |
~~~~~~~~~~~
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
This version of Glade (Glade >= 3.10) targets GTK+ >= 3.0 and is parallel
|
|
Packit |
1e8aac |
installable with Glade 3.8.
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
If you need to work with Glade projects that target GTK+2, you need an
|
|
Packit |
1e8aac |
installation of Glade 3.8 (more information on http://blogs.gnome.org/tvb/2011/01/15/the-glade-dl/)
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
License
|
|
Packit |
1e8aac |
~~~~~~~
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
Glade is distributed under the GNU General Public License (GPL), as described
|
|
Packit |
1e8aac |
in the COPYING file.
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
Requirements
|
|
Packit |
1e8aac |
~~~~~~~~~~~~
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
o GTK+ 3.10.0 or above - http://www.gtk.org
|
|
Packit |
1e8aac |
You also need the glib, pango and atk libraries.
|
|
Packit |
1e8aac |
Make sure you have the devel packages as well, as these will contain the
|
|
Packit |
1e8aac |
header files which you will need to compile C applications.
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
o libxml 2.4.1 - used to parse the XML files. If you have GNOME 2 you
|
|
Packit |
1e8aac |
should already have this.
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
Installation
|
|
Packit |
1e8aac |
~~~~~~~~~~~~
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
See the file 'INSTALL'
|
|
Packit |
1e8aac |
|
|
Packit |
1e8aac |
|