LibGUI: Port rest of the classes to property deserializers

This commit is contained in:
Dan Klishch 2023-11-05 19:29:02 -05:00 committed by Andrew Kaster
commit 1f4b15dcaa
Notes: sideshowbarker 2024-07-16 18:03:21 +09:00
9 changed files with 164 additions and 211 deletions

View file

@ -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); }