mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibGUI: Add FontsChanged event and deliver it to windows and widgets
This commit is contained in:
parent
9318d9f284
commit
b40d771512
Notes:
sideshowbarker
2024-07-18 09:12:36 +09:00
Author: https://github.com/luk1337
Commit: b40d771512
Pull-request: https://github.com/SerenityOS/serenity/pull/8676
7 changed files with 39 additions and 0 deletions
|
@ -220,6 +220,7 @@ private:
|
|||
void handle_became_active_or_inactive_event(Core::Event&);
|
||||
void handle_close_request();
|
||||
void handle_theme_change_event(ThemeChangeEvent&);
|
||||
void handle_fonts_change_event(FontsChangeEvent&);
|
||||
void handle_screen_rects_change_event(ScreenRectsChangeEvent&);
|
||||
void handle_drag_move_event(DragEvent&);
|
||||
void handle_left_event();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue