Gtk4.jl
Gtk4.jl copied to clipboard
Implement an alternative cairo canvas by subclassing GtkWidget
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.