summaryrefslogtreecommitdiff
path: root/doc/classes/EditorInterface.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-06-04 10:07:56 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-06-04 10:07:56 +0200
commit4ac78e6a5f27156d4eaff317aec9327c0039a457 (patch)
tree47e114873411a709662e88ecbb8164de7fb0853b /doc/classes/EditorInterface.xml
parent243cb503e1b5d475e9f80349e7ee58592de68e99 (diff)
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/EditorInterface.xml')
-rw-r--r--doc/classes/EditorInterface.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml
index 499c3b8271..dbe725f08b 100644
--- a/doc/classes/EditorInterface.xml
+++ b/doc/classes/EditorInterface.xml
@@ -182,14 +182,6 @@
Selects the file, with the path provided by [code]file[/code], in the FileSystem dock.
</description>
</method>
- <method name="set_distraction_free_mode">
- <return type="void">
- </return>
- <argument index="0" name="enter" type="bool">
- </argument>
- <description>
- </description>
- </method>
<method name="set_main_screen_editor">
<return type="void">
</return>
@@ -210,6 +202,10 @@
</description>
</method>
</methods>
+ <members>
+ <member name="distraction_free_mode" type="bool" setter="set_distraction_free_mode" getter="is_distraction_free_mode_enabled">
+ </member>
+ </members>
<constants>
</constants>
</class>