gtk4 discussion
In merge request !14, to simplify the transition to GTK4 (libgtk/utils-gtk.c), I've written some bridge functions. the graphical interface is theoretically finished (small corrections will no doubt be added). The widgets have disappeared: GtkRuler GtkPreview GtkCurve GtkGammaCurve
GtkCurve and GtkGammaCurve have been migrated without too much trouble (we'll have to wait and see). GtkRuler could be replaced by GtkScale. here's an example (theme needs to be improved) Build :
gcc -o scale main3.c `pkg-config --cflags --libs gtk4` -lm
What do you think, can I start with that?