From 968bf7fda162c186a5c6eb3ede81b4b559846ddc Mon Sep 17 00:00:00 2001 From: Godot Organization Date: Sat, 23 Mar 2024 03:20:01 +0000 Subject: [PATCH] classref: Sync with current master branch (fe01776) --- classes/class_nativemenu.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/classes/class_nativemenu.rst b/classes/class_nativemenu.rst index b2625ccba..8225f848a 100644 --- a/classes/class_nativemenu.rst +++ b/classes/class_nativemenu.rst @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -997,7 +997,7 @@ Removes the item at index ``idx`` from the global menu ``rid``. |void| **set_interface_direction**\ (\ rid\: :ref:`RID`, is_rtl\: :ref:`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.