-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Please take a look at this: https://docs.gtk.org/gtk4/actions.html
In previous versions of GTK, logic around menu actions and popups was done via widget signals, and so this logic tended to live inside the widgets that made use of them.
In GTK4, whenever we see popup menu actions or accelerators, they should be implement by creating actions. In many cases it's appropriate to actually move these actions closer to objects implementing the program or at least application logic rather than the UI logic. I would guess that almost all of the actions in the main menu are better moved to BtEditApplication.
Metadata
Metadata
Assignees
Labels
No labels