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 519a78b..4eb5e27 100644 --- a/src/FbTk/Menu.hh +++ b/src/FbTk/Menu.hh | |||
@@ -83,6 +83,8 @@ public: | |||
83 | virtual void lower(); | 83 | virtual void lower(); |
84 | /// cycle through menuitems | 84 | /// cycle through menuitems |
85 | void cycleItems(bool reverse); | 85 | void cycleItems(bool reverse); |
86 | /// set and highlight new active index | ||
87 | void setActiveIndex(int new_index); | ||
86 | void enterSubmenu(); | 88 | void enterSubmenu(); |
87 | 89 | ||
88 | void disableTitle(); | 90 | void disableTitle(); |