mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibGUI: Add a ThemeChange event
This commit is contained in:
parent
2b162ef794
commit
2a32330257
Notes:
sideshowbarker
2024-07-19 08:17:06 +09:00
Author: https://github.com/oriko1010
Commit: 2a32330257
Pull-request: https://github.com/SerenityOS/serenity/pull/1471
8 changed files with 53 additions and 1 deletions
|
@ -292,6 +292,7 @@ protected:
|
|||
virtual void change_event(Event&);
|
||||
virtual void drag_move_event(DragEvent&);
|
||||
virtual void drop_event(DropEvent&);
|
||||
virtual void theme_change_event(ThemeChangeEvent&);
|
||||
|
||||
virtual void did_begin_inspection() override;
|
||||
virtual void did_end_inspection() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue