Screenshots - vmagnin/gtk-fortran GitHub Wiki
Back to Home
Some examples built with gtk-fortran
You will find more screenshots in the screenshots
directory of the project. You can also watch this gtk-fortran Quick start guide video, this short video under macOS, or this video under Windows posted by gtk-fortran users.
GtkButton example (Windows 7, GTK+ 2.16) - gtkhello2.f90:
Cairo vectorial drawing example (Ubuntu 21.10, GTK 4.4.0) in the gkt-fortran-extra repository:
Notebooks example (Ubuntu 10.10, GTK+ 2.22) - notebooks.f90:
A great bazaar to test widgets (Ubuntu 10.10, GTK+ 2.22) - bazaar.f90:
Mandelbrot example (MacOSX 10.6.7 on x86_64) using GdkImage (mandelbrot.f90) or GdkPixBuf (mandelbrot_pixbuf.f90):
Dialog (MacOSX 10.6.7 on x86_64) (hl_dialog.f90):
Back to Home