Launcher: Factor the app buttons into a LaunchButton class.

Added some LibGUI helpers while I'm at it.
This commit is contained in:
Andreas Kling
2019-02-08 00:14:37 +01:00
parent bf766fc12c
commit 6d7f000ffc
5 changed files with 39 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
#include <AK/Function.h>
#include <SharedGraphics/GraphicsBitmap.h>
class GButton final : public GWidget {
class GButton : public GWidget {
public:
explicit GButton(GWidget* parent);
virtual ~GButton() override;