1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:17:35 +00:00

Demos: Start working on a simple WidgetGallery app.

It's good to have a place where we can try out all the different widgets.
This needs some more work on a nice layout, and should also include more
of the widgets. :^)
This commit is contained in:
Andreas Kling 2019-05-24 22:47:01 +02:00
parent d0bc21b96f
commit 149b7f92a7
9 changed files with 126 additions and 3 deletions

View file

@ -11,6 +11,7 @@ class GAction;
class GButton : public GAbstractButton {
public:
GButton(const String& text, GWidget* parent);
explicit GButton(GWidget* parent);
virtual ~GButton() override;