You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
Add a function to remove controls from containers
Closes #5968
(cherry picked from commit da69a06253)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
c94d8e6577
commit
a39930c5b9
@@ -509,6 +509,7 @@ public:
|
||||
void set_state(const Dictionary &p_state);
|
||||
|
||||
void add_control_to_menu_panel(Control *p_control);
|
||||
void remove_control_from_menu_panel(Control *p_control);
|
||||
|
||||
HSplitContainer *get_palette_split();
|
||||
VSplitContainer *get_bottom_split();
|
||||
|
||||
Reference in New Issue
Block a user