mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Launcher: Factor the app buttons into a LaunchButton class.
Added some LibGUI helpers while I'm at it.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user