mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +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:
parent
d0bc21b96f
commit
149b7f92a7
9 changed files with 126 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
class GCheckBox : public GAbstractButton {
|
||||
public:
|
||||
GCheckBox(const String&, GWidget* parent);
|
||||
explicit GCheckBox(GWidget* parent);
|
||||
virtual ~GCheckBox() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue