aboutsummaryrefslogtreecommitdiff
path: root/src/MenuCreator.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/MenuCreator.hh')
-rw-r--r--src/MenuCreator.hh7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/MenuCreator.hh b/src/MenuCreator.hh
index a2a4a4b..66e7408 100644
--- a/src/MenuCreator.hh
+++ b/src/MenuCreator.hh
@@ -39,10 +39,11 @@ public:
39 static FbTk::Menu *createMenuType(const std::string &label, int screen_num); 39 static FbTk::Menu *createMenuType(const std::string &label, int screen_num);
40 static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into, 40 static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into,
41 bool require_begin); 41 bool require_begin);
42 static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into, 42 static bool createWindowMenuFromFile(const std::string &filename, FbTk::Menu &inject_into,
43 FluxboxWindow &win, bool require_begin); 43 bool require_begin);
44 static bool createWindowMenuItem(const std::string &type, const std::string &label, 44 static bool createWindowMenuItem(const std::string &type, const std::string &label,
45 FbTk::Menu &inject_into, FluxboxWindow &win); 45 FbTk::Menu &inject_into);
46
46}; 47};
47 48
48#endif // MENUCREATOR_HH 49#endif // MENUCREATOR_HH