mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
CharacterMap: Make the search happen as you type
This commit is contained in:
parent
1f0f96e6d7
commit
a1baa5cb00
Notes:
sideshowbarker
2024-07-18 03:23:00 +09:00
Author: https://github.com/AtkinsSJ
Commit: a1baa5cb00
Pull-request: https://github.com/SerenityOS/serenity/pull/17723
Reviewed-by: https://github.com/trflynn89
3 changed files with 5 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2022, Sam Atkins <atkinssj@serenityos.org>
|
||||
* Copyright (c) 2022-2023, Sam Atkins <atkinssj@serenityos.org>
|
||||
* Copyright (c) 2022, the SerenityOS developers.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
|
@ -26,6 +26,5 @@ private:
|
|||
void search();
|
||||
|
||||
RefPtr<GUI::TextBox> m_search_input;
|
||||
RefPtr<GUI::Button> m_search_button;
|
||||
RefPtr<GUI::TableView> m_results_table;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue