Home
last modified time | relevance | path

Searched refs:add_style_override (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dstyle_box_editor_plugin.cpp38 preview->add_style_override("panel", stylebox); in edit()
H A Dsample_editor_plugin.cpp341 add_style_override("panel", get_stylebox("panel", "Panel")); in SampleEditor()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dstyle_box_editor_plugin.cpp38 preview->add_style_override("panel", stylebox); in edit()
H A Dsample_editor_plugin.cpp341 add_style_override("panel", get_stylebox("panel", "Panel")); in SampleEditor()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dstyle_box_editor_plugin.cpp60 preview->add_style_override("panel", stylebox); in edit()
H A Dasset_library_editor_plugin.cpp103 add_style_override("panel", border); in EditorAssetLibraryItem()
205 previews_bg->add_style_override("panel", get_stylebox("normal", "TextEdit")); in _notification()
415 add_style_override("panel", get_stylebox("panel", "TabContainer")); in _notification()
616 library_scroll_bg->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
617 downloads_scroll->add_style_override("bg", get_stylebox("bg", "Tree")); in _notification()
1456 library_vb_border->add_style_override("panel", border2); in EditorAssetLibrary()
H A Danimation_blend_space_1d_editor.cpp535 error_panel->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
537 panel->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dstyle_box_editor_plugin.cpp60 preview->add_style_override("panel", stylebox); in edit()
H A Dasset_library_editor_plugin.cpp103 add_style_override("panel", border); in EditorAssetLibraryItem()
205 previews_bg->add_style_override("panel", get_stylebox("normal", "TextEdit")); in _notification()
415 add_style_override("panel", get_stylebox("panel", "TabContainer")); in _notification()
616 library_scroll_bg->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
617 downloads_scroll->add_style_override("bg", get_stylebox("bg", "Tree")); in _notification()
1456 library_vb_border->add_style_override("panel", border2); in EditorAssetLibrary()
H A Danimation_blend_space_1d_editor.cpp535 error_panel->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
537 panel->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_log.cpp181 pc->add_style_override("panel", get_stylebox("normal", "TextEdit")); in EditorLog()
H A Dasset_library_editor_plugin.cpp103 add_style_override("panel", border); in EditorAssetLibraryItem()
283 desc_bg->add_style_override("panel", get_stylebox("normal", "TextEdit")); in EditorAssetLibraryItemDescription()
292 previews_bg->add_style_override("panel", get_stylebox("normal", "TextEdit")); in EditorAssetLibraryItemDescription()
1260 add_style_override("panel", border); in EditorAssetLibrary()
1360 library_scroll_bg->add_style_override("panel", get_stylebox("normal", "TextEdit")); in EditorAssetLibrary()
1378 library_vb_border->add_style_override("panel", border2); in EditorAssetLibrary()
/dports/devel/godot2-tools/godot-demo-projects-2.1.4-stable/misc/udp_chat/
H A Dchat.gd26 get_node("chat").add_style_override("panel", get_stylebox("bg", "Tree"))
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_log.cpp181 pc->add_style_override("panel", get_stylebox("normal", "TextEdit")); in EditorLog()
H A Dasset_library_editor_plugin.cpp103 add_style_override("panel", border); in EditorAssetLibraryItem()
283 desc_bg->add_style_override("panel", get_stylebox("normal", "TextEdit")); in EditorAssetLibraryItemDescription()
292 previews_bg->add_style_override("panel", get_stylebox("normal", "TextEdit")); in EditorAssetLibraryItemDescription()
1260 add_style_override("panel", border); in EditorAssetLibrary()
1360 library_scroll_bg->add_style_override("panel", get_stylebox("normal", "TextEdit")); in EditorAssetLibrary()
1378 library_vb_border->add_style_override("panel", border2); in EditorAssetLibrary()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_audio_buses.cpp600 p->add_style_override("panel", get_stylebox("focus", "Button")); in get_drag_data()
850 child->add_style_override("normal", sbempty); in EditorAudioBus()
851 child->add_style_override("hover", sbempty); in EditorAudioBus()
852 child->add_style_override("focus", sbempty); in EditorAudioBus()
853 child->add_style_override("pressed", sbempty); in EditorAudioBus()
886 audio_value_preview_box->add_style_override("panel", panel_style); in EditorAudioBus()
1067 bus_scroll->add_style_override("bg", get_stylebox("bg", "Tree")); in _notification()
H A Deditor_inspector.cpp780 help_bit->add_style_override("panel", get_stylebox("panel", "TooltipPanel")); in make_custom_tooltip()
1017 help_bit->add_style_override("panel", get_stylebox("panel", "TooltipPanel")); in make_custom_tooltip()
1983 add_style_override("bg", get_stylebox("sub_inspector_bg", "Editor")); in set_sub_inspector()
1985 add_style_override("bg", get_stylebox("bg", "Tree")); in set_sub_inspector()
2208 add_style_override("bg", get_stylebox("sub_inspector_bg", "Editor")); in _notification()
2210 add_style_override("bg", get_stylebox("bg", "Tree")); in _notification()
2271 add_style_override("bg", get_stylebox("sub_inspector_bg", "Editor")); in _notification()
2273 add_style_override("bg", get_stylebox("bg", "Tree")); in _notification()
H A Deditor_node.cpp548 gui_base->add_style_override("panel", gui_base->get_stylebox("Background", "EditorStyles")); in _notification()
550 bottom_panel->add_style_override("panel", gui_base->get_stylebox("panel", "TabContainer")); in _notification()
554 file_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()
558 help_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in _notification()
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()
6202 file_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()
[all …]
H A Dimport_dock.cpp497 imported->add_style_override("normal", get_stylebox("normal", "LineEdit")); in _notification()
536 …imported->add_style_override("normal", EditorNode::get_singleton()->get_gui_base()->get_stylebox("… in ImportDock()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_audio_buses.cpp600 p->add_style_override("panel", get_stylebox("focus", "Button")); in get_drag_data()
850 child->add_style_override("normal", sbempty); in EditorAudioBus()
851 child->add_style_override("hover", sbempty); in EditorAudioBus()
852 child->add_style_override("focus", sbempty); in EditorAudioBus()
853 child->add_style_override("pressed", sbempty); in EditorAudioBus()
886 audio_value_preview_box->add_style_override("panel", panel_style); in EditorAudioBus()
1067 bus_scroll->add_style_override("bg", get_stylebox("bg", "Tree")); in _notification()
H A Deditor_inspector.cpp780 help_bit->add_style_override("panel", get_stylebox("panel", "TooltipPanel")); in make_custom_tooltip()
1017 help_bit->add_style_override("panel", get_stylebox("panel", "TooltipPanel")); in make_custom_tooltip()
1983 add_style_override("bg", get_stylebox("sub_inspector_bg", "Editor")); in set_sub_inspector()
1985 add_style_override("bg", get_stylebox("bg", "Tree")); in set_sub_inspector()
2208 add_style_override("bg", get_stylebox("sub_inspector_bg", "Editor")); in _notification()
2210 add_style_override("bg", get_stylebox("bg", "Tree")); in _notification()
2271 add_style_override("bg", get_stylebox("sub_inspector_bg", "Editor")); in _notification()
2273 add_style_override("bg", get_stylebox("bg", "Tree")); in _notification()
H A Deditor_node.cpp548 gui_base->add_style_override("panel", gui_base->get_stylebox("Background", "EditorStyles")); in _notification()
550 bottom_panel->add_style_override("panel", gui_base->get_stylebox("panel", "TabContainer")); in _notification()
554 file_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()
558 help_menu->add_style_override("hover", gui_base->get_stylebox("MenuHover", "EditorStyles")); in _notification()
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()
6202 file_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()
[all …]
H A Dimport_dock.cpp497 imported->add_style_override("normal", get_stylebox("normal", "LineEdit")); in _notification()
536 …imported->add_style_override("normal", EditorNode::get_singleton()->get_gui_base()->get_stylebox("… in ImportDock()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dcontrol.h331 void add_style_override(const StringName &p_name, const Ref<StyleBox> &p_style);
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dcontrol.h331 void add_style_override(const StringName &p_name, const Ref<StyleBox> &p_style);

1234