diff options
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r-- | src/FbTk/Menu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh index bec76ac..fceec67 100644 --- a/src/FbTk/Menu.hh +++ b/src/FbTk/Menu.hh | |||
@@ -147,7 +147,7 @@ public: | |||
147 | inline int y() const { return menu.window.y(); } | 147 | inline int y() const { return menu.window.y(); } |
148 | inline unsigned int width() const { return menu.window.width(); } | 148 | inline unsigned int width() const { return menu.window.width(); } |
149 | inline unsigned int height() const { return menu.window.height(); } | 149 | inline unsigned int height() const { return menu.window.height(); } |
150 | inline unsigned int numberOfItems() const { return menuitems.size(); } | 150 | inline size_t numberOfItems() const { return menuitems.size(); } |
151 | inline int currentSubmenu() const { return m_which_sub; } | 151 | inline int currentSubmenu() const { return m_which_sub; } |
152 | bool hasSubmenu(unsigned int index) const; | 152 | bool hasSubmenu(unsigned int index) const; |
153 | bool isItemSelected(unsigned int index) const; | 153 | bool isItemSelected(unsigned int index) const; |