[Glade-users] GUIs for Fortran Programs?
Felix E. Klee
felix.klee@inka.de
Mon, 19 Feb 2001 23:21:56 +0100
Damon Chaplin wrote:
> Is there a Fortran binding for GTK+? If there isn't, it would be impossible.
>
> I don't think there is anything that can generate Fortan code from Glade
> XML files.
>
> But you may be able to write a Fortran binding for libglade and use that.
Essentially, one needs to write wrapper functions for all GTK+ and
libglade functions and transfer all C-structures to Fortran derived
types. Does anyone know if something similar has been done to create
bindings for other languages and whether there exist scripts that
automate the task?
Felix