aboutsummaryrefslogtreecommitdiff
path: root/src/MenuCreator.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-06-23 03:07:25 (GMT)
committerfluxgen <fluxgen>2005-06-23 03:07:25 (GMT)
commit5373f6d840abaa49685c15fee2f411e77472a7da (patch)
tree46da25845eac32769bad85c264e4edf335cc1783 /src/MenuCreator.hh
parent18cf5862495aa6f37110c90286bb6c315a145526 (diff)
downloadfluxbox-5373f6d840abaa49685c15fee2f411e77472a7da.zip
fluxbox-5373f6d840abaa49685c15fee2f411e77472a7da.tar.bz2
moved window menu from FluxboxWindow to BScreen
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