Gtk4.jl
Gtk4.jl copied to clipboard
Julia package for Gtk4 using GObject introspection
Environment is OSX and Julia 1.9.3. Like this the main application window shows: #using GLMakie using Gtk4 Like this the main application window shows: using GLMakie using Gtk4 Like this...
gtk_print_operation_run with PrintOperationAction_PRINT_DIALOG results in print dialog without any printers and without Print to File option. Corresponding event handlers for on_begin_print and on_draw_page are never invoked. The system is OSX...
``` using Gtk4 c = GtkColorButton() c.rgba ``` produces: ``` ERROR: MethodError: no constructors have been defined for Gtk4.GLib.GBoxed Stacktrace: [1] convert(::Type{Gtk4.GLib.GBoxed}, unbox::Ptr{Gtk4.GLib.GBoxed}, owns::Bool) @ Gtk4.GLib ~/Sync/Gtk4.jl/src/GLib/gtype.jl:119 [2] convert(::Type{Gtk4.GLib.GBoxed}, unbox::Ptr{Gtk4.GLib.GBoxed})...
The dialogs are currently not documented. This is just a reminder for us to do so. We need to document the synchronous and asynchronous variants and give clear examples like...
MWE is a variant of the tacky styling example. Let me know if this can be reproduced. I'm on Windows 10! No errors in the console or anything really. ```Julia...
```jl label = GtkLabel("") Gtk4.markup(label, """A""") ``` `A` displays as a small box with four hex digits environment: ```jl julia> versioninfo() Julia Version 1.9.1 Commit 147bdf428c (2023-06-07 08:27 UTC) Platform...
Hi! I'm not sure is it a bug or incorrect usage of a Gtk4.jl, but setting custom font-size to a button using CSS replaces characters with rectangles. OS: Windows 10....
On Windows, when GtkObservables and ImageView are being precompiled I notice a debilitating amount of keyboard lag on all other software (specifically noticed in browsers, MS Word, and Outlook). It...
I want to generate a UI based on Gtk4.jl, with a menubar that only includes a GtkMenuButton among the menu-related options. I couldn't find MenuBar. I could find GMenuModel and...
The struct `_GtkTextIter` is not opaque, but users of this package are never going to want to modify its fields, which are literally all named "dummy". It makes way more...