oops, missed a bit
This commit is contained in:
parent
9128a64e62
commit
c6990baeea
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ class FluxboxWindow;
|
|||
class MenuCreator {
|
||||
public:
|
||||
static FbTk::Menu *createMenu(const std::string &label, int screen_num);
|
||||
static FbTk::Menu *createFromFile(const std::string &filename, int screen_num);
|
||||
static FbTk::Menu *createFromFile(const std::string &filename, int screen_num,
|
||||
bool require_begin);
|
||||
static FbTk::Menu *createMenuType(const std::string &label, int screen_num);
|
||||
static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into,
|
||||
bool require_begin);
|
||||
|
|
Loading…
Reference in a new issue