aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r--src/FbTk/Menu.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh
index 20562de..8d112ca 100644
--- a/src/FbTk/Menu.hh
+++ b/src/FbTk/Menu.hh
@@ -92,7 +92,6 @@ public:
92 /// cycle through menuitems 92 /// cycle through menuitems
93 void cycleItems(bool reverse); 93 void cycleItems(bool reverse);
94 void enterSubmenu(); 94 void enterSubmenu();
95 void enterParent();
96 95
97 void disableTitle(); 96 void disableTitle();
98 void enableTitle(); 97 void enableTitle();
@@ -192,7 +191,7 @@ protected:
192 virtual void redrawTitle(FbDrawable &pm); 191 virtual void redrawTitle(FbDrawable &pm);
193 virtual void redrawFrame(FbDrawable &pm); 192 virtual void redrawFrame(FbDrawable &pm);
194 193
195 virtual void internal_hide(); 194 virtual void internal_hide(bool first = true);
196 195
197 virtual void update(FbTk::Subject *); 196 virtual void update(FbTk::Subject *);
198 197