Home
last modified time | relevance | path

Searched refs:get_stylebox (Results 101 – 125 of 241) sorted by relevance

12345678910

/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_audio_buses.cpp100 draw_style_box(get_stylebox("disabled", "Button"), Rect2(Vector2(), get_size())); in _notification()
102 draw_style_box(get_stylebox("focus", "Button"), Rect2(Vector2(), get_size())); in _notification()
104 draw_style_box(get_stylebox("panel", "TabContainer"), Rect2(Vector2(), get_size())); in _notification()
600 p->add_style_override("panel", get_stylebox("focus", "Button")); in get_drag_data()
985 draw_style_box(get_stylebox("normal", "Button"), Rect2(Vector2(), get_size())); in _notification()
1067 bus_scroll->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-tools/godot-3.2.3-stable/editor/
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/scene/resources/
H A Dtheme.h105 Ref<StyleBox> get_stylebox(const StringName &p_name, const StringName &p_type) const;
H A Dtheme.cpp207 r_ret = get_stylebox(name, node_type); in _get()
496 Ref<StyleBox> Theme::get_stylebox(const StringName &p_name, const StringName &p_type) const { in get_stylebox() function in Theme
878 ClassDB::bind_method(D_METHOD("get_stylebox", "name", "type"), &Theme::get_stylebox); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dtheme.h105 Ref<StyleBox> get_stylebox(const StringName &p_name, const StringName &p_type) const;
H A Dtheme.cpp207 r_ret = get_stylebox(name, node_type); in _get()
496 Ref<StyleBox> Theme::get_stylebox(const StringName &p_name, const StringName &p_type) const { in get_stylebox() function in Theme
878 ClassDB::bind_method(D_METHOD("get_stylebox", "name", "type"), &Theme::get_stylebox); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtree.cpp960 cache.bg = get_stylebox("bg"); in update_cache()
961 cache.selected = get_stylebox("selected"); in update_cache()
962 cache.selected_focus = get_stylebox("selected_focus"); in update_cache()
963 cache.cursor = get_stylebox("cursor"); in update_cache()
964 cache.cursor_unfocus = get_stylebox("cursor_unfocused"); in update_cache()
965 cache.button_pressed = get_stylebox("button_pressed"); in update_cache()
974 cache.custom_button = get_stylebox("custom_button"); in update_cache()
975 cache.custom_button_hover = get_stylebox("custom_button_hover"); in update_cache()
993 cache.title_button = get_stylebox("title_button_normal"); in update_cache()
995 cache.title_button_hover = get_stylebox("title_button_hover"); in update_cache()
[all …]
H A Doption_button.cpp39 const Size2 padding = get_stylebox("normal")->get_minimum_size(); in get_minimum_size()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtree.cpp960 cache.bg = get_stylebox("bg"); in update_cache()
961 cache.selected = get_stylebox("selected"); in update_cache()
962 cache.selected_focus = get_stylebox("selected_focus"); in update_cache()
963 cache.cursor = get_stylebox("cursor"); in update_cache()
964 cache.cursor_unfocus = get_stylebox("cursor_unfocused"); in update_cache()
965 cache.button_pressed = get_stylebox("button_pressed"); in update_cache()
974 cache.custom_button = get_stylebox("custom_button"); in update_cache()
975 cache.custom_button_hover = get_stylebox("custom_button_hover"); in update_cache()
993 cache.title_button = get_stylebox("title_button_normal"); in update_cache()
995 cache.title_button_hover = get_stylebox("title_button_hover"); in update_cache()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dtree.cpp747 cache.bg = get_stylebox("bg"); in update_cache()
748 cache.selected = get_stylebox("selected"); in update_cache()
749 cache.selected_focus = get_stylebox("selected_focus"); in update_cache()
750 cache.cursor = get_stylebox("cursor"); in update_cache()
751 cache.cursor_unfocus = get_stylebox("cursor_unfocused"); in update_cache()
752 cache.button_pressed = get_stylebox("button_pressed"); in update_cache()
775 cache.title_button = get_stylebox("title_button_normal"); in update_cache()
776 cache.title_button_pressed = get_stylebox("title_button_pressed"); in update_cache()
777 cache.title_button_hover = get_stylebox("title_button_hover"); in update_cache()
2596 Ref<StyleBox> bg_focus = get_stylebox("bg_focus"); in _notification()
H A Doption_button.cpp54 Ref<StyleBox> normal = get_stylebox("normal"); in _notification()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dtree.cpp747 cache.bg = get_stylebox("bg"); in update_cache()
748 cache.selected = get_stylebox("selected"); in update_cache()
749 cache.selected_focus = get_stylebox("selected_focus"); in update_cache()
750 cache.cursor = get_stylebox("cursor"); in update_cache()
751 cache.cursor_unfocus = get_stylebox("cursor_unfocused"); in update_cache()
752 cache.button_pressed = get_stylebox("button_pressed"); in update_cache()
775 cache.title_button = get_stylebox("title_button_normal"); in update_cache()
776 cache.title_button_pressed = get_stylebox("title_button_pressed"); in update_cache()
777 cache.title_button_hover = get_stylebox("title_button_hover"); in update_cache()
2596 Ref<StyleBox> bg_focus = get_stylebox("bg_focus"); in _notification()
H A Doption_button.cpp54 Ref<StyleBox> normal = get_stylebox("normal"); in _notification()
/dports/devel/godot2-tools/godot-demo-projects-2.1.4-stable/2d/tetris/
H A Dgrid.gd57 var sb = get_stylebox("bg", "Tree") # Use line edit bg
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dcall_dialog.cpp90 get_stylebox("panel", "PopupMenu")->draw(ci, Rect2(Point2(), get_size())); in _notification()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dcall_dialog.cpp90 get_stylebox("panel", "PopupMenu")->draw(ci, Rect2(Point2(), get_size())); in _notification()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dasset_library_editor_plugin.cpp205 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()
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 Dasset_library_editor_plugin.cpp205 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()
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/scene/resources/
H A Dtheme.h165 Ref<StyleBox> get_stylebox(const StringName &p_name, const StringName &p_type) const;
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dtheme.h165 Ref<StyleBox> get_stylebox(const StringName &p_name, const StringName &p_type) const;

12345678910