diff options
author | fluxgen <fluxgen> | 2003-08-30 11:59:29 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-30 11:59:29 (GMT) |
commit | f20bcea618d52659c60ce96e885d20f60b2367d5 (patch) | |
tree | e33795314d086ef6e18a5d5b242e2f3a890baa52 /src/FbCommands.hh | |
parent | 685a3e36b36b5181cdcb10c762b3a190f50b1255 (diff) | |
download | fluxbox-f20bcea618d52659c60ce96e885d20f60b2367d5.zip fluxbox-f20bcea618d52659c60ce96e885d20f60b2367d5.tar.bz2 |
added workspacemenu action, thanks Mathias Gumz
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 53482f3..83fe0f9 100644 --- a/src/FbCommands.hh +++ b/src/FbCommands.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbCommands.hh,v 1.9 2003/08/26 23:51:16 fluxgen Exp $ | 22 | // $Id: FbCommands.hh,v 1.10 2003/08/30 11:59:29 fluxgen Exp $ |
23 | 23 | ||
24 | // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox | 24 | // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox |
25 | 25 | ||
@@ -83,6 +83,11 @@ public: | |||
83 | void execute(); | 83 | void execute(); |
84 | }; | 84 | }; |
85 | 85 | ||
86 | class ShowWorkspaceMenuCmd: public FbTk::Command { | ||
87 | public: | ||
88 | void execute(); | ||
89 | }; | ||
90 | |||
86 | class SetWorkspaceNameCmd: public FbTk::Command { | 91 | class SetWorkspaceNameCmd: public FbTk::Command { |
87 | public: | 92 | public: |
88 | void execute(); | 93 | void execute(); |