mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibGUI: Port rest of the classes to property deserializers
This commit is contained in:
parent
bd56d2f508
commit
1f4b15dcaa
Notes:
sideshowbarker
2024-07-16 18:03:21 +09:00
Author: https://github.com/DanShaders
Commit: 1f4b15dcaa
Pull-request: https://github.com/SerenityOS/serenity/pull/21812
Reviewed-by: https://github.com/ADKaster ✅
9 changed files with 164 additions and 211 deletions
|
@ -254,7 +254,6 @@ public:
|
|||
Gfx::ColorRole foreground_role() const { return m_foreground_role; }
|
||||
void set_foreground_role(Gfx::ColorRole);
|
||||
|
||||
bool set_background_color(String);
|
||||
void set_background_color(Gfx::Color);
|
||||
|
||||
void set_autofill(bool b) { set_fill_with_background_color(b); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue