PDA

View Full Version : new gtk-fortran project (Graphical User Interface for Fortran)



vmagnin
February 16th, 2011, 07:41 PM
The objective of the gtk-fortran project is to offer Fortran programmers a crossplatform library to build Graphical User Interfaces (GUI). Gtk-fortran is a GTK+ / Fortran binding entirely written in Fortran. It is based on the ISO_C_BINDING module for interoperability between C and Fortran, which is a part of the Fortran 2003 standard. GTK+ is a free software crossplatform graphical library available for Linux, Unix, Windows and MacOs X.

Home page of the project: https://github.com/jerryd/gtk-fortran/wiki
(https://github.com/jerryd/gtk-fortran/wiki)
In its devel branch, gtk-fortran offers currently an interface to more than 7900 GTK+ functions (GTK, GDK, GdkPixbuf, Cairo, Pango). It is not complete but covers probably more than 85% of GTK, GDK, GdkPixbuf, Cairo and Pango. These interfaces were automatically created by a python script which parses the C header files of the GTK+ libraries.