Hello!
I am trying to understand how to sort menu items into these new style menus. In a traditional menubar the items are sorted like this:
File
- New
- Open
- Save
- Save As…
- Exit
Help
- Online help
- About application
But in a newer style application the menus are sorted very differently. If we would use the Gnome Editor as an example, some of the menus can be seen here:
So my question is, if I would like to create a HeaderBar with these newer menus, how should I sort my items into the newer menus? I would like to sort those (older style) menubar items which I mentioned first so please use those if you can.
Thanks in advance