mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
LibGUI: Add a ThemeChange event
This commit is contained in:
parent
2b162ef794
commit
2a32330257
8 changed files with 53 additions and 1 deletions
|
@ -148,6 +148,7 @@ protected:
|
|||
virtual void leave_event(Core::Event&) override;
|
||||
virtual void context_menu_event(ContextMenuEvent&) override;
|
||||
virtual void resize_event(ResizeEvent&) override;
|
||||
virtual void theme_change_event(ThemeChangeEvent&) override;
|
||||
virtual void cursor_did_change() {}
|
||||
|
||||
TextPosition text_position_at(const Gfx::Point&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue