mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Update references to private class methods across the docs
This commit is contained in:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user