mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Add ButtonBox widget to simplify managing buttons in the bottombar. Also fixes some memleaks where buttons were left unfreed.
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
virtual void paint();
|
||||
virtual bool paintHover();
|
||||
|
||||
void setPosition(int x, int y);
|
||||
virtual void setPosition(int x, int y);
|
||||
|
||||
const string &getLabel();
|
||||
void setLabel(const string &label);
|
||||
|
||||
Reference in New Issue
Block a user