From 056a418862f3288742b718983e60c04f4f410f61 Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Mon, 19 Sep 2022 00:21:55 +0100 Subject: Expose `EditorProperty._set_read_only` virtual method --- doc/classes/EditorProperty.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') 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 @@ + + + + + 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. + + -- cgit v1.2.3