gtk-fortran
gtk-fortran copied to clipboard
A GTK / Fortran binding. The documentation is in the Wiki tab.
**Describe the bug** I am using macOS and I found that when I try to detach a tab in the notebooks.f90 example, the UI essentially freezes and I can only...
**Describe the bug** When gtk-fortran is built with ifort, gtkbuilder, gtkbuilder2 and gtkf-sketcher don't work and just print that error: `Could not open gtkbuilder.glade` **Your system:** - OS version: Ubuntu...
**Describe the bug** When launching hl_plplot17e.f90 and hl_plplot17e_gto.f90: ``` Program received signal SIGSEGV: Segmentation fault - invalid memory reference. ``` **Your system:** - OS version: Fedora Rawhide (34) - Compiler...
**Describe the bug** In hl_choosers.f90 ("Save As" button) and hl_plplot8e.f90, when you type a character in the location entry, the search entry is activated. So you can not type the...
``` [ 87%] Building Fortran object sketcher/CMakeFiles/gtkf-sketcher.dir/gtkf-sketcher.f90.o /home/osboxes/gtk-fortran/sketcher/gtkf-sketcher.f90:151:43: 151 | use gtk, only: gtk_builder_add_from_file, gtk_builder_connect_signals, gtk_buil& | 1 Error: Symbol ‘gtk_builder_connect_signals’ referenced at (1) not found in module ‘gtk’ /home/osboxes/gtk-fortran/sketcher/gtkf-sketcher.f90:153:75:...
**Describe the bug** Under MSYS2, in examples/hl_sliders.exe and hl_sliders2.exe the bar of the slider is invisible (in hl_sliders2.exe it is visible until you move the slider). **Your system:** - OS...
**Describe the bug** In examples/bazaar under MSYS2: - the progress bar is not visible (related to button2) - the About window is sometimes frozen (impossible to close or to go...
**Describe the bug** Under MSYS2, in examples/hl_assistant.exe and hl_pbar.exe, the progress bar is not visible **Your system:** - OS version: MSYS2 / Windows 10 2009 - Compiler version: gfortran 10.3.0...
**Describe the bug** When gtk-fortran is built with ifort, the list_demo example shows garbage characters in its "Name" column. And in the terminal some warnings about UTF-8 appear: ```bash (list_demo:16562):...
**Describe the bug** The examples hl_list1.exe, hl_list_n.exe, hl_list_renderers.exe, hl_tree.exe and list_demo.exe are immediately crashing: ```` $ ./hl_list_renderers.exe Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this...