diff options
Diffstat (limited to 'src/MenuCreator.hh')
-rw-r--r-- | src/MenuCreator.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MenuCreator.hh b/src/MenuCreator.hh index 4494dc7..660d097 100644 --- a/src/MenuCreator.hh +++ b/src/MenuCreator.hh | |||
@@ -36,9 +36,9 @@ class FluxboxWindow; | |||
36 | class MenuCreator { | 36 | class MenuCreator { |
37 | public: | 37 | public: |
38 | static FbTk::Menu *createMenu(const std::string &label, int screen_num); | 38 | static FbTk::Menu *createMenu(const std::string &label, int screen_num); |
39 | static FbTk::Menu *createFromFile(const std::string &filename, int screen_num); | ||
40 | static FbTk::Menu *createMenuType(const std::string &label, int screen_num); | 39 | static FbTk::Menu *createMenuType(const std::string &label, int screen_num); |
41 | static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into); | 40 | static bool createFromFile(const std::string &filename, |
41 | FbTk::Menu &inject_into, bool begin = true); | ||
42 | static bool createWindowMenuFromFile(const std::string &filename, FbTk::Menu &inject_into); | 42 | static bool createWindowMenuFromFile(const std::string &filename, FbTk::Menu &inject_into); |
43 | static bool createWindowMenuItem(const std::string &type, const std::string &label, | 43 | static bool createWindowMenuItem(const std::string &type, const std::string &label, |
44 | FbTk::Menu &inject_into); | 44 | FbTk::Menu &inject_into); |