summaryrefslogtreecommitdiffstats
path: root/editor/plugins/editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/editor_plugin.h')
-rw-r--r--editor/plugins/editor_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/editor_plugin.h b/editor/plugins/editor_plugin.h
index f45a512b89..f6c4b35407 100644
--- a/editor/plugins/editor_plugin.h
+++ b/editor/plugins/editor_plugin.h
@@ -151,6 +151,8 @@ public:
void remove_control_from_docks(Control *p_control);
void remove_control_from_bottom_panel(Control *p_control);
+ void set_dock_tab_icon(Control *p_control, const Ref<Texture2D> &p_icon);
+
void add_tool_menu_item(const String &p_name, const Callable &p_callable);
void add_tool_submenu_item(const String &p_name, PopupMenu *p_submenu);
void remove_tool_menu_item(const String &p_name);