1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Add a function to remove controls from containers

Closes #5968
This commit is contained in:
George Marques
2018-02-13 19:21:19 -02:00
parent 9f0cce840d
commit da69a06253
7 changed files with 72 additions and 0 deletions

View File

@@ -605,6 +605,7 @@ public:
UndoRedo *get_undo_redo() { return undo_redo; }
void add_control_to_menu_panel(Control *p_control);
void remove_control_from_menu_panel(Control *p_control);
VSplitContainer *get_shader_split();
HSplitContainer *get_palette_split();