Gtk4.jl icon indicating copy to clipboard operation
Gtk4.jl copied to clipboard

Implement an alternative cairo canvas by subclassing GtkWidget

Open jwahlstrand opened this issue 11 months ago • 0 comments

This is a possible successor to GtkCanvas that shouldn't be susceptible to #87. It should be a drop-in replacement but needs more testing.

The method for subclassing follows what you do in C to define a new GObject. It currently requires a lot of boilerplate code, much of which could eventually be moved into macros.

jwahlstrand avatar Apr 21 '25 13:04 jwahlstrand