summaryrefslogtreecommitdiff
path: root/src/Basemenu.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-06-01 17:14:32 +0000
committerDana Jansens <danakj@orodu.net>2002-06-01 17:14:32 +0000
commit20bac0772c548fe1e41eed21d55849bad2f34b2f (patch)
treecb7bb63c3c4def8b5980c9796bd6ec8950eb34b3 /src/Basemenu.hh
parente149ab6c299d96f0208b793b83f4c0d6f08a840f (diff)
on reconfigure, save all of the open submenus instead of just one, and then reopen them all as best as possible.
Diffstat (limited to 'src/Basemenu.hh')
-rw-r--r--src/Basemenu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Basemenu.hh b/src/Basemenu.hh
index 87592ec5..46a8d528 100644
--- a/src/Basemenu.hh
+++ b/src/Basemenu.hh
@@ -67,7 +67,6 @@ private:
Basemenu& operator=(const Basemenu&);
protected:
- BasemenuItem *find(int index);
inline void setTitleVisibility(bool b) { title_vis = b; }
inline void setMovable(bool b) { movable = b; }
inline void setHideTree(bool h) { hide_tree = h; }
@@ -106,6 +105,7 @@ public:
inline int getY(void) const { return menu.y; }
inline unsigned int getCount(void) { return menuitems.size(); }
inline int getCurrentSubmenu(void) const { return which_sub; }
+ BasemenuItem *find(int index);
inline unsigned int getWidth(void) const { return menu.width; }
inline unsigned int getHeight(void) const { return menu.height; }