aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-03 22:13:21 (GMT)
committerfluxgen <fluxgen>2003-12-03 22:13:21 (GMT)
commit7238e21fc58e8e8ec27b42a0907f98144ba4413e (patch)
tree85118f7bea9eedf5ed0cad77154f951604100677 /src/FbCommands.hh
parent8553753773f846a82b9374540af3e8d4be6c4673 (diff)
downloadfluxbox-7238e21fc58e8e8ec27b42a0907f98144ba4413e.zip
fluxbox-7238e21fc58e8e8ec27b42a0907f98144ba4413e.tar.bz2
reload style command
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index 749d689..d77bbf7 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.12 2003/09/06 15:02:41 fluxgen Exp $ 22// $Id: FbCommands.hh,v 1.13 2003/12/03 22:13:21 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
@@ -70,6 +70,11 @@ public:
70 void execute(); 70 void execute();
71}; 71};
72 72
73class ReloadStyleCmd: public FbTk::Command {
74public:
75 void execute();
76};
77
73class SetStyleCmd: public FbTk::Command { 78class SetStyleCmd: public FbTk::Command {
74public: 79public:
75 explicit SetStyleCmd(const std::string &filename); 80 explicit SetStyleCmd(const std::string &filename);