Adds EditorPlugin::remove_control_from_bottom_panel()
Also renames `add_control_to_bottom_dock` to `add_control_to_bottom_panel` so that it would be clear that the removal functions are different too.
This commit is contained in:
parent
6fc1c3a4d1
commit
d8ac5cff57
4 changed files with 35 additions and 3 deletions
|
|
@ -691,6 +691,7 @@ public:
|
|||
void make_bottom_panel_item_visible(Control *p_item);
|
||||
void raise_bottom_panel_item(Control *p_item);
|
||||
void hide_bottom_panel();
|
||||
void remove_bottom_panel_item(Control *p_item);
|
||||
|
||||
EditorNode();
|
||||
~EditorNode();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue