LibGUI: Use new layout system for basic widgets

This commit is contained in:
FrHun 2022-02-22 20:25:30 +01:00 committed by Sam Atkins
commit 19fac58e49
Notes: sideshowbarker 2024-07-17 11:29:41 +09:00
17 changed files with 85 additions and 18 deletions

View file

@ -19,6 +19,8 @@ public:
virtual void click(unsigned modifiers = 0) override;
virtual Optional<UISize> calculated_min_size() const override;
protected:
explicit RadioButton(String text = {});
virtual void paint_event(PaintEvent&) override;