LibGUI: Remove deprecated text and set_text functions in AbstractButton

This moves the functions to lambda when registering a property.
External code can now only communicate using the new String API.
This commit is contained in:
Karol Kosek 2023-02-11 21:42:24 +01:00 committed by Linus Groh
commit 14951b92ca
Notes: sideshowbarker 2024-07-17 03:45:48 +09:00
8 changed files with 8 additions and 30 deletions

View file

@ -22,7 +22,6 @@ public:
virtual Optional<UISize> calculated_min_size() const override;
protected:
explicit RadioButton(DeprecatedString text);
explicit RadioButton(String text = {});
virtual void paint_event(PaintEvent&) override;