widget/menue: implement CMenuOptionNumberChooser::getWidth()

This commit is contained in:
martii
2013-06-09 06:49:48 +02:00
committed by [CST] Focus
parent cd8ee4a1c8
commit ca519aa074
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