widget/menue: implement CMenuOptionNumberChooser::getWidth()

Origin commit data
------------------
Branch: ni/coolstream
Commit: ca519aa074
Author: martii <m4rtii@gmx.de>
Date: 2013-06-09 (Sun, 09 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-06-09 06:49:48 +02:00
committed by [CST] Focus
parent 8be4a3edc4
commit 4c0df0e0a8
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