Update references to private class methods across the docs

This commit is contained in:
Yuri Sizov
2023-11-10 12:58:44 +01:00
parent ca74950fac
commit cd92be066d
17 changed files with 60 additions and 60 deletions

View File

@@ -79,7 +79,7 @@ the minimum size will make sure your custom control is not squished by
the other controls in the container.
To provide this callback, just override
:ref:`Control._get_minimum_size() <class_Control_method__get_minimum_size>`,
:ref:`Control._get_minimum_size() <class_Control_private_method__get_minimum_size>`,
for example:
.. tabs::
@@ -130,7 +130,7 @@ when:
:ref:`Control.focus_mode <class_Control_property_focus_mode>`.
This function is
:ref:`Control._gui_input() <class_Control_method__gui_input>`.
:ref:`Control._gui_input() <class_Control_private_method__gui_input>`.
Simply override it in your control. No processing needs to be set.
.. tabs::