On Wed, 9 Aug 2000, Juergen Vigna wrote:
> >
> > There is the glade tool for GTK+/Gnome, it can produce a .glade XML file
> > and source code for C/C++ and some more (Perl and such). I use it in a
> > python program I work on and it's really great but then I simply use
> > libglade that loads the .glade file in runtime to build the dialogs.
>
> Well I really think that it's enough to have the C++ files (I had a look
> at archimedes mail program and they use .glade files and libglade but it
> really didn't convince me!)
It'd be nice to have the glade source or whatever is the equivalent of the
xforms .fd files and the kdevelop .kdevdlg files in cvs for people to work
with.
On a related note, I'm pretty sure I can get autogeneration of the
form_xxx.[Ch] files working easily but I'll do that once I'm finished
cleaning up Angus's patch and committed that. That would then allow us to
remove all the form_xxx.[Ch] files from cvs and the user then builds them
with whatever xforms they have on their system -- assuming they have
anon cvs access otherwise they'll get whatever is generated in the `make
dist`
Allan. (ARRae)