summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorMarc Gilleron <marc.gilleron@gmail.com>2022-09-19 00:21:55 +0100
committerMarc Gilleron <marc.gilleron@gmail.com>2022-09-19 11:56:49 +0100
commit056a418862f3288742b718983e60c04f4f410f61 (patch)
treea70771daf79156ca93c18a53e95bc61e85d98b96 /doc/classes
parent908795301b9e4fcf24b115329a48d7d295c13a1a (diff)
Expose `EditorProperty._set_read_only` virtual method
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/EditorProperty.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml
index 7bac4bf7ac..9170c449bf 100644
--- a/doc/classes/EditorProperty.xml
+++ b/doc/classes/EditorProperty.xml
@@ -9,6 +9,13 @@
<tutorials>
</tutorials>
<methods>
+ <method name="_set_read_only" qualifiers="virtual">
+ <return type="void" />
+ <param index="0" name="read_only" type="bool" />
+ <description>
+ Called when the read-only status of the property is changed. It may be used to change custom controls into a read-only or modifiable state.
+ </description>
+ </method>
<method name="_update_property" qualifiers="virtual">
<return type="void" />
<description>