summaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2009-08-08 17:20:45 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2009-08-08 17:20:45 (GMT)
commitca9e2e0d15bc9958959c4636018a3c7384c81157 (patch)
tree3970474710b886d5f5679f2c81444c5ee7eed843 /src/FbTk/Menu.hh
parent07da360b2be4a96e82de80d25b0506d58ea8124e (diff)
downloadfluxbox_lack-ca9e2e0d15bc9958959c4636018a3c7384c81157.zip
fluxbox_lack-ca9e2e0d15bc9958959c4636018a3c7384c81157.tar.bz2
allow navigating multi-column menus with left and right arrows
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r--src/FbTk/Menu.hh2
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();