gtk-fortran
gtk-fortran copied to clipboard
A GTK / Fortran binding. The documentation is in the Wiki tab.
**Describe the bug** When choosing in the Add window at start a picture bigger than the window, a resize event is detected in the `show_image()` subroutine, the window is resized...
**Describe the bug** CMake detects PLplot modules, but the compilation fails: ```cmake -- Checking for module 'plplot-fortran' -- Found plplot-fortran, version 5.15.0 -- Checking for module 'plplot' -- Found plplot,...
In https://gitlab.gnome.org/GNOME/glib/-/milestones/2#tab-issues we can see in the future GLib 3.0 the API break [Change g_variant_get_string() to take one argument](https://gitlab.gnome.org/GNOME/glib/-/issues/798) In gtk-fortran (gtk4), the only concerned file is: ```bash $ ack...
In GLib 2.74.0, available in Fedora 37 with GTK 4.8, the `/usr/include/glib-2.0/gio/gioenums.h` contains: ```c typedef enum /*< prefix=G_APPLICATION >*/ { G_APPLICATION_FLAGS_NONE GLIB_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS), G_APPLICATION_DEFAULT_FLAGS GLIB_AVAILABLE_ENUMERATOR_IN_2_74 = 0, ``` https://docs.gtk.org/gio/flags.ApplicationFlags.html#flags_none > G_APPLICATION_FLAGS_NONE...
**Describe the bug** gtkf-sketcher crashes both in gtk3 and gtk4 branches. Crashes happen on any .glade file opening attempt. gtk4 crash on example.glade export attempt
I was trying to make work with plplot, i was doing the same steps as in examples. (I have trшed it in both gtk4 and gtk-3. it is all the...
@vmagnin I have added the port for this: https://ports.macports.org/port/gtk-fortran And independently, perhaps it is better not to require Homebrew (or any package manager), since everything can be built from source...
When try to compile project with PLplot support i get errors both on windows and on Linux. (without inclusion of Plplot project runs perfect) ``` Errors on MSYS2: lllax@LAPTOP-KVC9DPIV UCRT64...
**Describe the bug** This is very similar to closed issue https://github.com/vmagnin/gtk-fortran/issues/277 When I try to use g_variant_type_new_tuple it crashes with the following error with the current binding. ``` (:88500): GLib-CRITICAL...