forked from vmagnin/gtk-fortran
-
Notifications
You must be signed in to change notification settings - Fork 0
Fortran 95 GTK+ Interface Modules
bonanza/gtk-fortran
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Compile programs using as an example: gfortran PATH_TO/gtk.f90 gtkhello2.f90 -o gtkhello2 `pkg-config --cflags --libs gtk+-2.0` gtk.f90, gtk-auto.f90 and gtkenums-auto.f90 can be in the same directory as your main program. Regardless it has to be in the compile line to link. There are variations to this approach and I will add examples as I get time. If using gfortran, requires version 4.6, a recent checkout from trunk.Also may require installing the related gtk+-2.0 devel packages from your distribution. The gtk-auto.f90 and gtkenums-auto.f90 files were generated with GTK+ 2.22. The cfwrapper.py script can be used to regenerate gtk-auto.f90 and gtkenums-auto.f90, by typing python cfwrapper.py Send bug reports to jvdelisle@gcc.gnu.org
About
Fortran 95 GTK+ Interface Modules
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Fortran 99.1%
- Other 0.9%