Home
last modified time | relevance | path

Searched refs:get_stylebox (Results 76 – 100 of 241) sorted by relevance

12345678910

/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dline_edit.cpp656 int x_ofs = get_stylebox("normal")->get_offset().x;
710 Ref<StyleBox> style = get_stylebox("normal");
712 style = get_stylebox("read_only");
722 get_stylebox("focus")->draw(ci, Rect2(Point2(), size));
1063 Ref<StyleBox> style = get_stylebox("normal");
1117 Ref<StyleBox> style = get_stylebox("normal");
1327 Ref<StyleBox> style = get_stylebox("normal");
1413 Ref<StyleBox> style = get_stylebox("normal");
H A Dlink_button.cpp105 Ref<StyleBox> style = get_stylebox("focus"); in _notification()
H A Dpopup_menu.cpp54 Size2 minsize = get_stylebox("panel")->get_minimum_size(); in get_minimum_size()
114 Ref<StyleBox> style = get_stylebox("panel"); in _get_mouse_over()
159 Ref<StyleBox> style = get_stylebox("panel"); in _activate_submenu()
466 Ref<StyleBox> style = get_stylebox("panel"); in _notification()
467 Ref<StyleBox> hover = get_stylebox("hover"); in _notification()
473 Ref<StyleBox> separator = get_stylebox("separator"); in _notification()
474 Ref<StyleBox> labeled_separator_left = get_stylebox("labeled_separator_left"); in _notification()
475 Ref<StyleBox> labeled_separator_right = get_stylebox("labeled_separator_right"); in _notification()
H A Ddialogs.cpp59 Ref<StyleBox> panel = get_stylebox("panel", "WindowDialog"); in _fix_size()
201 Ref<StyleBox> panel = get_stylebox("panel"); in _notification()
368 get_stylebox("panel")->draw(ci, Rect2(Point2(), get_size())); in _notification()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dpopup_menu.cpp70 Size2 minsize = get_stylebox("panel")->get_minimum_size(); in get_minimum_size()
128 Ref<StyleBox> style = get_stylebox("panel"); in _get_mouse_over()
177 Ref<StyleBox> style = get_stylebox("panel"); in _activate_submenu()
399 Ref<StyleBox> style = get_stylebox("panel"); in _notification()
400 Ref<StyleBox> hover = get_stylebox("hover"); in _notification()
405 Ref<StyleBox> separator = get_stylebox("separator"); in _notification()
H A Dlink_button.cpp105 Ref<StyleBox> style = get_stylebox("focus"); in _notification()
H A Ddialogs.cpp81 Ref<StyleBox> st = get_stylebox("panel", "WindowDialog"); in _notification()
163 get_stylebox("panel", "PopupMenu")->draw(ci, Rect2(Point2(), get_size())); in _notification()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dpopup_menu.cpp70 Size2 minsize = get_stylebox("panel")->get_minimum_size(); in get_minimum_size()
128 Ref<StyleBox> style = get_stylebox("panel"); in _get_mouse_over()
177 Ref<StyleBox> style = get_stylebox("panel"); in _activate_submenu()
399 Ref<StyleBox> style = get_stylebox("panel"); in _notification()
400 Ref<StyleBox> hover = get_stylebox("hover"); in _notification()
405 Ref<StyleBox> separator = get_stylebox("separator"); in _notification()
H A Dlink_button.cpp105 Ref<StyleBox> style = get_stylebox("focus"); in _notification()
H A Ddialogs.cpp81 Ref<StyleBox> st = get_stylebox("panel", "WindowDialog"); in _notification()
163 get_stylebox("panel", "PopupMenu")->draw(ci, Rect2(Point2(), get_size())); in _notification()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dlink_button.cpp105 Ref<StyleBox> style = get_stylebox("focus"); in _notification()
H A Dpopup_menu.cpp54 Size2 minsize = get_stylebox("panel")->get_minimum_size(); in get_minimum_size()
114 Ref<StyleBox> style = get_stylebox("panel"); in _get_mouse_over()
159 Ref<StyleBox> style = get_stylebox("panel"); in _activate_submenu()
466 Ref<StyleBox> style = get_stylebox("panel"); in _notification()
467 Ref<StyleBox> hover = get_stylebox("hover"); in _notification()
473 Ref<StyleBox> separator = get_stylebox("separator"); in _notification()
474 Ref<StyleBox> labeled_separator_left = get_stylebox("labeled_separator_left"); in _notification()
475 Ref<StyleBox> labeled_separator_right = get_stylebox("labeled_separator_right"); in _notification()
H A Ddialogs.cpp59 Ref<StyleBox> panel = get_stylebox("panel", "WindowDialog"); in _fix_size()
201 Ref<StyleBox> panel = get_stylebox("panel"); in _notification()
368 get_stylebox("panel")->draw(ci, Rect2(Point2(), get_size())); 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()
/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()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_inspector.cpp193 Ref<StyleBox> sb = get_stylebox("selected", "Tree"); in _notification()
780 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 Dscript_editor_debugger.cpp1192 const Ref<StyleBox> graph_sb = get_stylebox("normal", "TextEdit"); in _performance_draw()
1557 …add_constant_override("margin_left", -EditorNode::get_singleton()->get_gui_base()->get_stylebox("B… in _notification()
1558 …add_constant_override("margin_right", -EditorNode::get_singleton()->get_gui_base()->get_stylebox("… in _notification()
1560 …tabs->add_style_override("panel", editor->get_gui_base()->get_stylebox("DebuggerPanel", "EditorSty… in _notification()
1561 …tabs->add_style_override("tab_fg", editor->get_gui_base()->get_stylebox("DebuggerTabFG", "EditorSt… in _notification()
1562 …tabs->add_style_override("tab_bg", editor->get_gui_base()->get_stylebox("DebuggerTabBG", "EditorSt… in _notification()
2388 …add_constant_override("margin_left", -EditorNode::get_singleton()->get_gui_base()->get_stylebox("B… in ScriptEditorDebugger()
2389 …add_constant_override("margin_right", -EditorNode::get_singleton()->get_gui_base()->get_stylebox("… in ScriptEditorDebugger()
2398 …tabs->add_style_override("panel", editor->get_gui_base()->get_stylebox("DebuggerPanel", "EditorSty… in ScriptEditorDebugger()
2399 …tabs->add_style_override("tab_fg", editor->get_gui_base()->get_stylebox("DebuggerTabFG", "EditorSt… in ScriptEditorDebugger()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_inspector.cpp193 Ref<StyleBox> sb = get_stylebox("selected", "Tree"); in _notification()
780 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 Dscript_editor_debugger.cpp1192 const Ref<StyleBox> graph_sb = get_stylebox("normal", "TextEdit"); in _performance_draw()
1557 …add_constant_override("margin_left", -EditorNode::get_singleton()->get_gui_base()->get_stylebox("B… in _notification()
1558 …add_constant_override("margin_right", -EditorNode::get_singleton()->get_gui_base()->get_stylebox("… in _notification()
1560 …tabs->add_style_override("panel", editor->get_gui_base()->get_stylebox("DebuggerPanel", "EditorSty… in _notification()
1561 …tabs->add_style_override("tab_fg", editor->get_gui_base()->get_stylebox("DebuggerTabFG", "EditorSt… in _notification()
1562 …tabs->add_style_override("tab_bg", editor->get_gui_base()->get_stylebox("DebuggerTabBG", "EditorSt… in _notification()
2388 …add_constant_override("margin_left", -EditorNode::get_singleton()->get_gui_base()->get_stylebox("B… in ScriptEditorDebugger()
2389 …add_constant_override("margin_right", -EditorNode::get_singleton()->get_gui_base()->get_stylebox("… in ScriptEditorDebugger()
2398 …tabs->add_style_override("panel", editor->get_gui_base()->get_stylebox("DebuggerPanel", "EditorSty… in ScriptEditorDebugger()
2399 …tabs->add_style_override("tab_fg", editor->get_gui_base()->get_stylebox("DebuggerTabFG", "EditorSt… in ScriptEditorDebugger()
[all …]
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()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Danimation_state_machine_editor.cpp152 Ref<StyleBox> line_sb = get_stylebox("normal", "LineEdit"); in _state_machine_gui_input()
576 Ref<StyleBox> style = get_stylebox("state_machine_frame", "GraphNode"); in _state_machine_draw()
577 Ref<StyleBox> style_selected = get_stylebox("state_machine_selectedframe", "GraphNode"); in _state_machine_draw()
587 Ref<StyleBox> playing_overlay = get_stylebox("position", "GraphNode"); in _state_machine_draw()
908 error_panel->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
910 panel->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Danimation_state_machine_editor.cpp152 Ref<StyleBox> line_sb = get_stylebox("normal", "LineEdit"); in _state_machine_gui_input()
576 Ref<StyleBox> style = get_stylebox("state_machine_frame", "GraphNode"); in _state_machine_draw()
577 Ref<StyleBox> style_selected = get_stylebox("state_machine_selectedframe", "GraphNode"); in _state_machine_draw()
587 Ref<StyleBox> playing_overlay = get_stylebox("position", "GraphNode"); in _state_machine_draw()
908 error_panel->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
910 panel->add_style_override("panel", get_stylebox("bg", "Tree")); in _notification()
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dtheme.cpp116 r_ret = get_stylebox(name, node_type); in _get()
367 Ref<StyleBox> Theme::get_stylebox(const StringName &p_name, const StringName &p_type) const { in get_stylebox() function in Theme
639 ObjectTypeDB::bind_method(_MD("get_stylebox:StyleBox", "name", "type"), &Theme::get_stylebox); in _bind_methods()
1007 value = Theme::get_default()->get_stylebox(item, control); in load()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dtheme.cpp116 r_ret = get_stylebox(name, node_type); in _get()
367 Ref<StyleBox> Theme::get_stylebox(const StringName &p_name, const StringName &p_type) const { in get_stylebox() function in Theme
639 ObjectTypeDB::bind_method(_MD("get_stylebox:StyleBox", "name", "type"), &Theme::get_stylebox); in _bind_methods()
1007 value = Theme::get_default()->get_stylebox(item, control); in load()

12345678910