diff options
author | rathnor <rathnor> | 2004-10-04 15:37:58 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-10-04 15:37:58 (GMT) |
commit | 9128a64e62e733fcd008dd1018c76b883e20079f (patch) | |
tree | 9df4ef3d95adae558b32e078c3f703790566ec85 /src/MenuCreator.hh | |
parent | 5bae25702e70b4acd8697f1bc61f7d9503dd0fbb (diff) | |
download | fluxbox_pavel-9128a64e62e733fcd008dd1018c76b883e20079f.zip fluxbox_pavel-9128a64e62e733fcd008dd1018c76b883e20079f.tar.bz2 |
don't require [begin] in included files
Diffstat (limited to 'src/MenuCreator.hh')
-rw-r--r-- | src/MenuCreator.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/MenuCreator.hh b/src/MenuCreator.hh index f916bfd..8e51948 100644 --- a/src/MenuCreator.hh +++ b/src/MenuCreator.hh | |||
@@ -36,9 +36,10 @@ public: | |||
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 | static FbTk::Menu *createMenuType(const std::string &label, int screen_num); | 38 | static FbTk::Menu *createMenuType(const std::string &label, int screen_num); |
39 | static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into); | 39 | static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into, |
40 | bool require_begin); | ||
40 | static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into, | 41 | static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into, |
41 | FluxboxWindow &win); | 42 | FluxboxWindow &win, bool require_begin); |
42 | static bool createWindowMenuItem(const std::string &type, const std::string &label, | 43 | static bool createWindowMenuItem(const std::string &type, const std::string &label, |
43 | FbTk::Menu &inject_into, FluxboxWindow &win); | 44 | FbTk::Menu &inject_into, FluxboxWindow &win); |
44 | }; | 45 | }; |