Lines Matching refs:get_icon

94 		find_prev->set_icon(get_icon("MoveUp", "EditorIcons"));  in _notification()
95 find_next->set_icon(get_icon("MoveDown", "EditorIcons")); in _notification()
96 hide_button->set_normal_texture(get_icon("Close", "EditorIcons")); in _notification()
97 hide_button->set_hover_texture(get_icon("Close", "EditorIcons")); in _notification()
98 hide_button->set_pressed_texture(get_icon("Close", "EditorIcons")); in _notification()
105 find_prev->set_icon(get_icon("MoveUp", "EditorIcons")); in _notification()
106 find_next->set_icon(get_icon("MoveDown", "EditorIcons")); in _notification()
107 hide_button->set_normal_texture(get_icon("Close", "EditorIcons")); in _notification()
108 hide_button->set_hover_texture(get_icon("Close", "EditorIcons")); in _notification()
109 hide_button->set_pressed_texture(get_icon("Close", "EditorIcons")); in _notification()
870 tex = get_icon(p_option.display, "EditorIcons"); in _get_completion_icon()
872 tex = get_icon("Object", "EditorIcons"); in _get_completion_icon()
876 tex = get_icon("Enum", "EditorIcons"); in _get_completion_icon()
879 tex = get_icon("File", "EditorIcons"); in _get_completion_icon()
882 tex = get_icon("NodePath", "EditorIcons"); in _get_completion_icon()
885 tex = get_icon("Variant", "EditorIcons"); in _get_completion_icon()
888 tex = get_icon("MemberConstant", "EditorIcons"); in _get_completion_icon()
891 tex = get_icon("MemberProperty", "EditorIcons"); in _get_completion_icon()
894 tex = get_icon("MemberSignal", "EditorIcons"); in _get_completion_icon()
897 tex = get_icon("MemberMethod", "EditorIcons"); in _get_completion_icon()
900 tex = get_icon("CubeMesh", "EditorIcons"); in _get_completion_icon()
903 tex = get_icon("String", "EditorIcons"); in _get_completion_icon()
1556 …criptEditor::get_singleton()->toggle_scripts_panel() ? get_icon("Back", "EditorIcons") : get_icon(… in _toggle_scripts_pressed()
1580 warning_button->set_icon(get_icon("NodeWarning", "EditorIcons")); in _notification()
1701 …tEditor::get_singleton()->is_scripts_panel_toggled() ? get_icon("Back", "EditorIcons") : get_icon(… in update_toggle_scripts_button()