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:
Zher Huei Lee 2016-02-28 19:58:17 +00:00
parent 6fc1c3a4d1
commit d8ac5cff57
4 changed files with 35 additions and 3 deletions

View file

@ -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();