[gtkada] how is made glade ?

Ludovic Brenta ludovic.brenta at insalien.org
Sun Feb 6 13:43:19 CET 2005


Thomas De Contes writes:
> hi
>
> how is made glade ?
>
> is it made only in c, while it can generate c, c++ and ada ?
> has it a part writen in ada ?

glade is written in C; it generates XML files from the GUI.  Then,
GtkAda contains a utility called gate, which reads the XML files and
produces Ada specs and bodies.  Gate is written in Ada.

There is also libglade, which is written in C and parses the XML file
at run time to produce the user interface.

HTH

-- 
Ludovic Brenta.




More information about the gtkada mailing list