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:

gtkhello2.png


Cairo vectorial drawing example (Ubuntu 21.10, GTK 4.4.0) in the gkt-fortran-extra repository:

https://github.com/vmagnin/gtk-fortran-extra/blob/main/unknown_pleasures/Fortran_unknown_pleasures_text_medium.png


Notebooks example (Ubuntu 10.10, GTK+ 2.22) - notebooks.f90:

notebooks.png


A great bazaar to test widgets (Ubuntu 10.10, GTK+ 2.22) - bazaar.f90:

bazaar.png


Mandelbrot example (MacOSX 10.6.7 on x86_64) using GdkImage (mandelbrot.f90) or GdkPixBuf (mandelbrot_pixbuf.f90):

mandelbrot-gtk-fortran.png


Dialog (MacOSX 10.6.7 on x86_64) (hl_dialog.f90):

hl_dialog.png


Back to Home