mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibGUI: Add highlighting to UrlBox
This commit is contained in:
parent
dad70d8d6e
commit
cb96c892cc
Notes:
sideshowbarker
2024-07-17 03:03:44 +09:00
Author: https://github.com/cammo1123
Commit: cb96c892cc
Pull-request: https://github.com/SerenityOS/serenity/pull/17386
Reviewed-by: https://github.com/AtkinsSJ ✅
2 changed files with 62 additions and 0 deletions
|
@ -72,8 +72,11 @@ public:
|
|||
private:
|
||||
UrlBox();
|
||||
|
||||
void highlight_url();
|
||||
|
||||
virtual void mousedown_event(GUI::MouseEvent&) override;
|
||||
virtual void focusout_event(GUI::FocusEvent&) override;
|
||||
virtual void focusin_event(GUI::FocusEvent&) override;
|
||||
|
||||
bool m_focus_transition { true };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue