Lines Matching refs:add_style_override

548 			gui_base->add_style_override("panel", gui_base->get_stylebox("Background", "EditorStyles"));  in _notification()
549 … scene_root_parent->add_style_override("panel", gui_base->get_stylebox("Content", "EditorStyles")); in _notification()
550 bottom_panel->add_style_override("panel", gui_base->get_stylebox("panel", "TabContainer")); in _notification()
551 scene_tabs->add_style_override("tab_fg", gui_base->get_stylebox("SceneTabFG", "EditorStyles")); in _notification()
552 scene_tabs->add_style_override("tab_bg", gui_base->get_stylebox("SceneTabBG", "EditorStyles")); in _notification()
554 file_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in _notification()
555 project_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in _notification()
556 debug_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in _notification()
557 settings_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in _notification()
558 help_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in _notification()
571 …bottom_panel->add_style_override("panel", gui_base->get_stylebox("BottomPanelDebuggerOverride", "E… in _notification()
5013 …bottom_panel->add_style_override("panel", gui_base->get_stylebox("BottomPanelDebuggerOverride", "E… in _bottom_panel_switch()
5015 bottom_panel->add_style_override("panel", gui_base->get_stylebox("panel", "TabContainer")); in _bottom_panel_switch()
5025 bottom_panel->add_style_override("panel", gui_base->get_stylebox("panel", "TabContainer")); in _bottom_panel_switch()
5966 gui_base->add_style_override("panel", gui_base->get_stylebox("Background", "EditorStyles")); in EditorNode()
6129 scene_tabs->add_style_override("tab_fg", gui_base->get_stylebox("SceneTabFG", "EditorStyles")); in EditorNode()
6130 scene_tabs->add_style_override("tab_bg", gui_base->get_stylebox("SceneTabBG", "EditorStyles")); in EditorNode()
6177 scene_root_parent->add_style_override("panel", gui_base->get_stylebox("Content", "EditorStyles")); in EditorNode()
6202 file_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in EditorNode()
6305 project_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in EditorNode()
6354 debug_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in EditorNode()
6382 settings_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in EditorNode()
6434 help_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in EditorNode()
6642 bottom_panel->add_style_override("panel", gui_base->get_stylebox("panel", "TabContainer")); in EditorNode()