diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-21 07:07:46 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-21 07:07:46 (GMT) |
commit | 0a14d911c64a8f6378665bf3e49b868b9175b51f (patch) | |
tree | 43190276675fd6c4a29c451c50d6f511be8a94cf /src/CurrentWindowCmd.hh | |
parent | c7b698757faeffcfe1a2487edbbb79074f93e545 (diff) | |
download | fluxbox-0a14d911c64a8f6378665bf3e49b868b9175b51f.zip fluxbox-0a14d911c64a8f6378665bf3e49b868b9175b51f.tar.bz2 |
added key command StartTabbing
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r-- | src/CurrentWindowCmd.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CurrentWindowCmd.hh b/src/CurrentWindowCmd.hh index 7ef1184..fdce8d6 100644 --- a/src/CurrentWindowCmd.hh +++ b/src/CurrentWindowCmd.hh | |||
@@ -159,6 +159,14 @@ private: | |||
159 | const FluxboxWindow::ResizeModel m_mode; | 159 | const FluxboxWindow::ResizeModel m_mode; |
160 | }; | 160 | }; |
161 | 161 | ||
162 | // begin tabbing with mouse | ||
163 | class StartTabbingCmd: public WindowHelperCmd { | ||
164 | public: | ||
165 | StartTabbingCmd() { } | ||
166 | protected: | ||
167 | void real_execute(); | ||
168 | }; | ||
169 | |||
162 | // move cmd, relative position | 170 | // move cmd, relative position |
163 | class MoveCmd: public WindowHelperCmd { | 171 | class MoveCmd: public WindowHelperCmd { |
164 | public: | 172 | public: |