summaryrefslogtreecommitdiff
path: root/src/Slit.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-17 23:07:11 +0000
committerDana Jansens <danakj@orodu.net>2002-04-17 23:07:11 +0000
commit307da13fff916694f870ecb77aaf3ce0cf51d09e (patch)
treeed958a10e8651c42edafb00a321355ef8f1e0833 /src/Slit.h
parent9cd9d92bb1d66db9329bf5cd6e42e8b0096945e6 (diff)
menus update their values when they are reconfigure()d.
the screen, toolbar and slit rc values are reloaded in BScreen::reconfigure() before the menus. the toolbar and slit rc values are explicitly loaded in their constructors, as is BScreen's.
Diffstat (limited to 'src/Slit.h')
-rw-r--r--src/Slit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Slit.h b/src/Slit.h
index cb6b454a..f7feb6b1 100644
--- a/src/Slit.h
+++ b/src/Slit.h
@@ -42,9 +42,11 @@ private:
protected:
virtual void itemSelected(int, int);
+ virtual void setValues();
public:
Directionmenu(Slitmenu &);
+ void reconfigure();
};
class Placementmenu : public Basemenu {
@@ -71,7 +73,7 @@ private:
protected:
virtual void itemSelected(int, int);
virtual void internal_hide();
-
+ virtual void setValues();
public:
Slitmenu(Slit &);