widget/menue: implement CMenuOptionNumberChooser::getWidth()

Origin commit data
------------------
Commit: ca519aa074
Author: martii <m4rtii@gmx.de>
Date: 2013-06-09 (Sun, 09 Jun 2013)
This commit is contained in:
martii
2013-06-09 06:49:48 +02:00
committed by [CST] Focus
parent 036017927a
commit b1dcf5c52a
2 changed files with 21 additions and 0 deletions

View File

@@ -299,6 +299,7 @@ private:
int exec(CMenuTarget* parent);
int isMenueOptionChooser(void) const{return 1;}
int getWidth(void);
};
class CMenuOptionChooser : public CAbstractMenuOptionChooser