1
0
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:
Lars-Peter Clausen
2010-05-03 22:21:36 +02:00
parent 2a6a1f0041
commit 3b2538cfaf
25 changed files with 362 additions and 249 deletions

View File

@@ -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);