Initial import of libglade2, supplied by Julio Merino in pkg/17462.
[pkgsrcv2.git] / devel / libglade2 / DESCR
1   Libglade is a library that performs a similar job to the C source
2 output routines in the GLADE user interface builder.   Whereas GLADE's
3 output routines create C code that can then be compiled, libglade builds
4 the interface from an XML file (GLADE's save format) at runtime.  This
5 way you can change the look of a program without needing to recompile. 
6
7   Currently it supports all the widgets in current releases, together
8 with support for keyboard accelerators and automatic signal
9 connection.