diff options
author | Zher Huei Lee <lee.zh.92@gmail.com> | 2016-02-28 19:58:17 +0000 |
---|---|---|
committer | Zher Huei Lee <lee.zh.92@gmail.com> | 2016-02-28 19:58:17 +0000 |
commit | d8ac5cff579bb454b945eaf6c47f4240fb431570 (patch) | |
tree | 10460139f3d9121011bbda26eba7f697b7076008 /tools/editor/editor_node.h | |
parent | 6fc1c3a4d1cf0c865f7dfdb1221ef07a5d25f305 (diff) |
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.
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r-- | tools/editor/editor_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index b5d3e536db..9fd8d07aef 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -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(); |