Skip to content

Commit

Permalink
Improve global menu description
Browse files Browse the repository at this point in the history
This makes the global menu information more agnostic, fixes the name for the GTK property, and includes links to the required APIs to make global menus work.
  • Loading branch information
herzenschein authored and TingPing committed Apr 2, 2022
1 parent b4ca4b3 commit 8106595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/desktop-integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ window. This can be done by running::
Global menus
------------

If your application uses the built in ``GtkApplication:menu-bar`` or the Qt 5
equivalent they will work as expected from within a sandboxed application.
If your application uses `Gtk.Application:menubar <https://docs.gtk.org/gtk4/class.Application.html#properties>`_ or `QMenuBar <https://doc.qt.io/qt-6/qmenubar.html>`_
it will work as expected from within a sandboxed application.

Theming
-------
Expand Down

0 comments on commit 8106595

Please sign in to comment.