/* * Copyright (c) 2022, Itamar S. * Copyright (c) 2022, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #include #include #include #include #include #include #include #include namespace GUI { IncrementalSearchBanner::IncrementalSearchBanner(TextEditor& editor) : m_editor(editor) { load_from_gml(incremental_search_banner_gml); m_index_label = find_descendant_of_type_named