aboutsummaryrefslogtreecommitdiff
path: root/src/MenuCreator.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-10-04 16:01:43 (GMT)
committerrathnor <rathnor>2004-10-04 16:01:43 (GMT)
commitc6990baeead262f85369af66080a90c3b59622f8 (patch)
treec180d287f0cf1151c8435868922ff32a7ce92424 /src/MenuCreator.hh
parent9128a64e62e733fcd008dd1018c76b883e20079f (diff)
downloadfluxbox-c6990baeead262f85369af66080a90c3b59622f8.zip
fluxbox-c6990baeead262f85369af66080a90c3b59622f8.tar.bz2
oops, missed a bit
Diffstat (limited to 'src/MenuCreator.hh')
-rw-r--r--src/MenuCreator.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MenuCreator.hh b/src/MenuCreator.hh
index 8e51948..e3d9d09 100644
--- a/src/MenuCreator.hh
+++ b/src/MenuCreator.hh
@@ -34,7 +34,8 @@ class FluxboxWindow;
34class MenuCreator { 34class MenuCreator {
35public: 35public:
36 static FbTk::Menu *createMenu(const std::string &label, int screen_num); 36 static FbTk::Menu *createMenu(const std::string &label, int screen_num);
37 static FbTk::Menu *createFromFile(const std::string &filename, int screen_num); 37 static FbTk::Menu *createFromFile(const std::string &filename, int screen_num,
38 bool require_begin);
38 static FbTk::Menu *createMenuType(const std::string &label, int screen_num); 39 static FbTk::Menu *createMenuType(const std::string &label, int screen_num);
39 static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into, 40 static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into,
40 bool require_begin); 41 bool require_begin);