summaryrefslogtreecommitdiffstats
path: root/doc/classes/Window.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Window.xml')
-rw-r--r--doc/classes/Window.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index 2acf0532e8..9c0e8011dc 100644
--- a/doc/classes/Window.xml
+++ b/doc/classes/Window.xml
@@ -590,6 +590,9 @@
[b]Note:[/b] This property is implemented only on macOS.
[b]Note:[/b] This property only works with native windows.
</member>
+ <member name="force_native" type="bool" setter="set_force_native" getter="get_force_native" default="false">
+ If [code]true[/code], native window will be used regardless of parent viewport and project settings.
+ </member>
<member name="initial_position" type="int" setter="set_initial_position" getter="get_initial_position" enum="Window.WindowInitialPosition" default="0">
Specifies the initial type of position for the [Window]. See [enum WindowInitialPosition] constants.
</member>