Gtk4.jl
Gtk4.jl copied to clipboard
Julia package for Gtk4 using GObject introspection
In the newer versions of GTK v4, new dialogs were introduced and the old ones were deprecated, including `GtkDialog` and `GtkMessageDialog`. There isn't much difference in user-facing behavior, but since...
The purpose of this issue is to track regressions compared to Gtk.jl, which will help us to find a good moment for migration of packages. ### Mac - [x] Windows...
Gtk4 Utilizes a new storage model GListStore which takes in a GObject. I cannot find any documentation on how to insert in any data. I was wondering if a boxed...
This issue is meant to track load times and TTFX (time to first X). On my Mac (M1 Max, Intel binaries) I get: ``` julia> @time using Gtk 0.924702 seconds...
Currently the generation scripts are being run on my computer with GObject introspection installed as part of the distribution, and the introspection is being done on the distribution's versions of...
Hello, we stumbled over an issue with our UI tests after migrating to Gtk4.jl. In the tests we are creating a complex GUI that features multiple GtkCanvases, which we then...
I upgraded my laptop (with built-in Intel GPU) to Fedora 40 and found that GTK4's GL backend is not working. Setting the EGL vendorlib directories does not fix the issue...