You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To integrate with the system HID, it should have a menu bar with actions, even if those actions are identical to the ones offered by the primary menu. It's not necessary to have something as rich as SoapUI,
And now, in a separate comment. Here is a menu bar that shows a File menu. It mimics the elements of the primary menu and it's a copy-paste of the primary menu. However, because of the action model, the menu bar is just another set of triggers for the action set, so it's just a different way to call the same set of actions.
Now, what's the stopper for adding something like this right now? Mainly the Edit menu. It would be nice to also have an Edit menu with the standard sections: undo, redo, cut, copy, paste, select all, search (codeview.search)...
The main stopper would be that these system actions are created by calling the gtk_widget_class_install_action function, at least according to the current source code, GTK 4.16. This system is different from the one used by Gio.ActionMap, which is the one that the MenuModel seems to expect.
Someone opened this discussion in the GNOME Discourse Community (casually from today as well). If someone from GNOME answered the thread and provided a constructive solution or feedback, maybe the solution could be used as well.
Also worth following GTK !7906, where a solution is also being worked on by adding native responders to the Quartz backend for GTK.
The menubar for Cartero looks poor on macOS.
(The joke is that there is no menu bar).
To integrate with the system HID, it should have a menu bar with actions, even if those actions are identical to the ones offered by the primary menu. It's not necessary to have something as rich as SoapUI,
Related:
The text was updated successfully, but these errors were encountered: