Post #2070447
2026-04-26 18:04 UTC
@CmykStudent
Why didn't you just copy Inkscaoe's Gtk3 icons work? We'd already done a lot of the heavy lifting. Also includes macOS support and etc.
Also worth noting is our Gtk4 support for the self same.
Replies (2)
-
@CmykStudent@fosstodon.org 2026-04-26 19:24
@doctormo As I understand it, @zemarmot had to make custom menu widgets to retain other features removed from GtkMenu/GtkMenuItems, so I didn't think the changes would be compatible. If they are though, happy to be wrong and piggy-back off your work. :)
-
@martymichal@mastodon.social 2026-04-26 21:26
@doctormo I did not read the code but I wonder what you use in GTK 4. AFAIK GtkMenu is gone and one needs to use GtkPopover and friends. And those _should_ be more accomodating when it comes to custom menu items?