diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 5915805b724..ce0d93b8919 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -10252,21 +10252,18 @@ Returns an empty String "" at the end of the list. remove your custom controls too. - + - Add a control to the bottom dock (together with + Add a control to the bottom panel (together with Output, Debug, Animation, etc). - Please remember that you have to manage the - visibility of your custom controls yourself (and likely - hide it after adding it). - If your plugin is being removed, also make sure to - remove your custom controls too. + remove your control by calling [method + remove_control_from_bottom_panel]. @@ -10297,6 +10294,15 @@ Returns an empty String "" at the end of the list. the layout and remove it cleanly. + + + + + Remove the control from the bottom panel. Don't forget + to call this if you added one, so the editor can + remove it cleanly. + +