-
Notifications
You must be signed in to change notification settings - Fork 45
Screenshots
vmagnin edited this page May 10, 2022
·
18 revisions
Back to Home
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
- Installation
- My first gtk-fortran application
- Drawing an image in a PNG file (without GUI)
- A program also usable without GUI
- Using Glade3 and gtkf-sketcher (GTK 3)
- Using gtk-fortran as a fpm dependency
- Debugging with GtkInspector
- Learning from examples
- Video tutorials
- How to start my own project from a gtk-fortran example
- git basics
- CMake basics
- Alternatives to CMake
- How to migrate to GTK 4
- How to contribute to gtk-fortran
- How to hack the cfwrapper with other C libraries