Tristan Van Berkom eacde773b8 Removed
* src/glade-types.h, src/glade-plugin.h: Removed

	* src/Makefile.am src/glade-app.h src/glade-builtins.h
	  src/glade-catalog.h src/glade-clipboard.h src/glade-command.c
	  src/glade-command.h src/glade-cursor.h src/glade-editor.c
	  src/glade-editor.h src/glade-gtk.c src/glade-palette.h
	  src/glade-parameter.h src/glade-parser.h
          src/glade-placeholder.c src/glade-placeholder.h
          src/glade-project-view.h src/glade-project-window.h
          src/glade-project.c src/glade-project.h
          src/glade-property-class.c src/glade-property-class.h
          src/glade-property.c src/glade-property.h
          src/glade-signal-editor.c src/glade-signal-editor.h
          src/glade-signal.h src/glade-utils.h src/glade-widget-class.c
          src/glade-widget-class.h src/glade-widget.c src/glade-widget.h
          src/glade-xml-utils.h src/glade.h:
	  Now "glade.h" is the libgladeui API include for both the plugin and
	  the application side (Fixed sources in consequence to a few broken types).
2005-08-01 04:07:05 +00:00
2005-05-22 01:55:25 +00:00
2005-08-01 04:07:05 +00:00
2005-04-01 03:23:45 +00:00
2005-08-01 04:07:05 +00:00
2001-06-19 03:29:28 +00:00
2003-11-05 09:11:52 +00:00
2001-06-19 03:29:28 +00:00
2004-10-07 17:21:29 +00:00
2005-04-01 03:23:45 +00:00
2001-06-19 03:29:28 +00:00
2003-12-13 14:03:54 +00:00

Glade
=====

A User Interface Builder for Gtk+ and Gnome

Web: http://glade.gnome.org

Mailing Lists: glade-users@ximian.com - For discussions about using
                                        Glade to build applications.
               glade-devel@ximian.com - For discussions about the
                                        development of Glade itself.


General Information
~~~~~~~~~~~~~~~~~~~

Glade is a RAD tool to enable quick & easy development of user interfaces
for the Gtk+ toolkit and the GNOME desktop environment.
The user interfaces designed in Glade are stored in XML format,
enabling easy integration with external tools.
In particular libglade can load the XML files and create the interfaces
at runtime. The DTD for the XML files is included with libglade, and is
also at http://glade.gnome.org/glade-2.0.dtd.
Other tools are available which can turn the XML files into source code
in languages such as C++, Perl and Python.


About Glade-3
~~~~~~~~~~~~~

This version of Glade (Glade-3) is a complete rewrite of the original
Glade codebase.
It has useful new features (Undo/Redo, MultiProject support) and has a
cleaner architecture, note however that it is not ready yet for everyday
use and lacks support for additional widgets, as Gnome and Gnome-db widgets.
One of the main differnces from glade-2 is that C code generation has been
removed from glade-3: this has been done on purpose, since using generated
code is deprecated; the preferred way to use glade files is with libglade.
Another important thing to note is that the XML format has _not_ changed, 
so you can work on the same project both with glade-3 and with glade-2.
For a more details on what has changed, what still needs work, etc. see
the NEWS, BUGS and TODO files.
Comments, bug reports and patches are more than welcome.


License
~~~~~~~

Glade is distributed under the GNU General Public License (GPL), as described
in the COPYING file.
Note that you are free to use whatever license you like for the source code
generated by Glade. (We do not consider the code generated by Glade to be
'a work based on the Program' as described at the start of the GPL.)


Requirements
~~~~~~~~~~~~

 o GTK+ 2.0.0 or above - http://www.gtk.org
   You also need the glib, pango and atk libraries.
   Make sure you have the devel packages as well, as these will contain the
   header files which you will need to compile C applications.

 o libxml 2.4.1 - used to parse the XML files. If you have GNOME 2 you
   should already have this.


Installation
~~~~~~~~~~~~

See the file 'INSTALL'


Description
Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit (Version 3 only) and the GNOME desktop environment.
Readme 35 MiB
Languages
C 98.9%
Meson 0.9%
CSS 0.2%