Have seen that GTK has bindings for different language preferences - C, C++, Python.
Does it have bindings for Fortran though ? Have come across gtk-fortran
library, which is not part of the GTK Project.
Have seen that GTK has bindings for different language preferences - C, C++, Python.
Does it have bindings for Fortran though ? Have come across gtk-fortran
library, which is not part of the GTK Project.
No binding is “part of the GTK project”: they are all their own project, maintained by their own developers. The GTK project only provides the C API and its introspection ABI.
ebassi Emmanuele Bassi GNOME Team
September 13No binding is “part of the GTK project”: they are all their own project, maintained
by their own developers. The GTK project only provides the C API and its introspection ABI.
Thank you for the clarification. What would you suggest for use in case of GCC C++ and
GCC Fortran ?
Sorry, I have never used Fortran or its GTK bindings, so I can’t really help.