mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
Browser: Add a context menu item to search for the selected text
This commit is contained in:
parent
6af279a22d
commit
ae6e2e682e
4 changed files with 35 additions and 1 deletions
|
@ -150,9 +150,13 @@ private:
|
|||
URL m_media_context_menu_url;
|
||||
|
||||
RefPtr<GUI::Menu> m_tab_context_menu;
|
||||
|
||||
RefPtr<GUI::Menu> m_page_context_menu;
|
||||
Optional<String> m_page_context_menu_search_text;
|
||||
|
||||
RefPtr<GUI::Menu> m_go_back_context_menu;
|
||||
RefPtr<GUI::Menu> m_go_forward_context_menu;
|
||||
|
||||
DeprecatedString m_title;
|
||||
RefPtr<const Gfx::Bitmap> m_icon;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue