diff options
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r-- | src/FbTk/Menu.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh index f8a7db8..4b749dc 100644 --- a/src/FbTk/Menu.hh +++ b/src/FbTk/Menu.hh | |||
@@ -154,7 +154,9 @@ public: | |||
154 | inline unsigned int height() const { return menu.window.height(); } | 154 | inline unsigned int height() const { return menu.window.height(); } |
155 | inline size_t numberOfItems() const { return menuitems.size(); } | 155 | inline size_t numberOfItems() const { return menuitems.size(); } |
156 | inline int currentSubmenu() const { return m_which_sub; } | 156 | inline int currentSubmenu() const { return m_which_sub; } |
157 | #ifdef NOT_USED | ||
157 | bool hasSubmenu(unsigned int index) const; | 158 | bool hasSubmenu(unsigned int index) const; |
159 | #endif | ||
158 | bool isItemSelected(unsigned int index) const; | 160 | bool isItemSelected(unsigned int index) const; |
159 | bool isItemEnabled(unsigned int index) const; | 161 | bool isItemEnabled(unsigned int index) const; |
160 | bool isItemSelectable(unsigned int index) const; | 162 | bool isItemSelectable(unsigned int index) const; |