notekit
notekit copied to clipboard
non-CSD menus
while notekit uses CSD for window titles, but hamburger-menus are still decorated in "old" way
notekit menu:
"new" menu in other gtk apps(dino):
Ugh. I'd fix this, but I'm honestly extremely confused by the entire state of the Gtk menu API, especially as it's represented in Gtkmm; with several classes, it's unclear what part of the API is supposed to take ownership, where they can be created and how they can be hooked up to actions. Several official tutorials are flat out outdated, and the modern answer just seems to be "just use builder lol".