notekit icon indicating copy to clipboard operation
notekit copied to clipboard

non-CSD menus

Open make-file opened this issue 4 years ago • 1 comments

while notekit uses CSD for window titles, but hamburger-menus are still decorated in "old" way notekit menu: image

"new" menu in other gtk apps(dino): image

make-file avatar Feb 06 '21 21:02 make-file

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".

blackhole89 avatar Feb 16 '21 00:02 blackhole89