Skip to content

Commit

Permalink
Merge pull request #9132 from godotengine/classref/sync-fe01776
Browse files Browse the repository at this point in the history
classref: Sync with current master branch (fe01776)
  • Loading branch information
mhilbrunner committed Mar 23, 2024
2 parents 5671ae8 + 968bf7f commit 01875e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions classes/class_nativemenu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ An ``accelerator`` can optionally be defined, which is a keyboard shortcut that

\ **Note:** This method is implemented on macOS and Windows.

\ **Note:** ``accelerator`` and ``key_callback`` are ignored on Windows.
\ **Note:** On Windows, ``accelerator`` and ``key_callback`` are ignored.

.. rst-class:: classref-item-separator

Expand All @@ -351,7 +351,7 @@ An ``accelerator`` can optionally be defined, which is a keyboard shortcut that

\ **Note:** This method is implemented on macOS and Windows.

\ **Note:** ``accelerator`` and ``key_callback`` are ignored on Windows.
\ **Note:** On Windows, ``accelerator`` and ``key_callback`` are ignored.

.. rst-class:: classref-item-separator

Expand All @@ -373,7 +373,7 @@ An ``accelerator`` can optionally be defined, which is a keyboard shortcut that

\ **Note:** This method is implemented on macOS and Windows.

\ **Note:** ``accelerator`` and ``key_callback`` are ignored on Windows.
\ **Note:** On Windows, ``accelerator`` and ``key_callback`` are ignored.

.. rst-class:: classref-item-separator

Expand All @@ -397,7 +397,7 @@ An ``accelerator`` can optionally be defined, which is a keyboard shortcut that

\ **Note:** This method is implemented on macOS and Windows.

\ **Note:** ``accelerator`` and ``key_callback`` are ignored on Windows.
\ **Note:** On Windows, ``accelerator`` and ``key_callback`` are ignored.

.. rst-class:: classref-item-separator

Expand All @@ -419,7 +419,7 @@ An ``accelerator`` can optionally be defined, which is a keyboard shortcut that

\ **Note:** This method is implemented on macOS and Windows.

\ **Note:** ``accelerator`` and ``key_callback`` are ignored on Windows.
\ **Note:** On Windows, ``accelerator`` and ``key_callback`` are ignored.

.. rst-class:: classref-item-separator

Expand All @@ -445,7 +445,7 @@ An ``accelerator`` can optionally be defined, which is a keyboard shortcut that

\ **Note:** This method is implemented on macOS and Windows.

\ **Note:** ``accelerator`` and ``key_callback`` are ignored on Windows.
\ **Note:** On Windows, ``accelerator`` and ``key_callback`` are ignored.

.. rst-class:: classref-item-separator

Expand All @@ -469,7 +469,7 @@ An ``accelerator`` can optionally be defined, which is a keyboard shortcut that

\ **Note:** This method is implemented on macOS and Windows.

\ **Note:** ``accelerator`` and ``key_callback`` are ignored on Windows.
\ **Note:** On Windows, ``accelerator`` and ``key_callback`` are ignored.

.. rst-class:: classref-item-separator

Expand Down Expand Up @@ -997,7 +997,7 @@ Removes the item at index ``idx`` from the global menu ``rid``.

|void| **set_interface_direction**\ (\ rid\: :ref:`RID<class_RID>`, is_rtl\: :ref:`bool<class_bool>`\ )

Sets the menu text layout directtion.
Sets the menu text layout direction from right-to-left if ``is_rtl`` is ``true``.

\ **Note:** This method is implemented on macOS and Windows.

Expand Down

0 comments on commit 01875e3

Please sign in to comment.