aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-03-16 20:44:47 (GMT)
committermarkt <markt>2007-03-16 20:44:47 (GMT)
commit74216903cc04b9b4492925fc4f90e9f5f378d8c1 (patch)
tree9c48de40fba08bde6a3792dd24f12ebc3a4db8b2 /src/FbCommands.hh
parentd948abb81b104dd1562015c4dfa0d080480b6ce2 (diff)
downloadfluxbox-74216903cc04b9b4492925fc4f90e9f5f378d8c1.zip
fluxbox-74216903cc04b9b4492925fc4f90e9f5f378d8c1.tar.bz2
added custommenu command
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index 59200d2..3bc5074 100644
--- a/src/FbCommands.hh
+++ b/src/FbCommands.hh
@@ -118,6 +118,15 @@ public:
118 void execute(); 118 void execute();
119}; 119};
120 120
121class ShowCustomMenuCmd: public FbTk::Command {
122public:
123 explicit ShowCustomMenuCmd(const std::string &arguments);
124 void execute();
125private:
126 std::string custom_menu_file;
127
128};
129
121class ShowRootMenuCmd: public FbTk::Command { 130class ShowRootMenuCmd: public FbTk::Command {
122public: 131public:
123 void execute(); 132 void execute();