diff options
author | mathias <mathias> | 2004-12-02 03:12:55 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-12-02 03:12:55 (GMT) |
commit | 7ed6c5ed290253227399d2524cb858860f2da3a1 (patch) | |
tree | f82e03ea251e029e739fb0786492dc449cdda56c /src/Slit.hh | |
parent | 96de2d57d642a5a5ac0c6755fa97133c2de44359 (diff) | |
download | fluxbox-7ed6c5ed290253227399d2524cb858860f2da3a1.zip fluxbox-7ed6c5ed290253227399d2524cb858860f2da3a1.tar.bz2 |
* leftclick on the slitclients in the clientmenu enables/disables it
* wheel up/down move the slitclient up/down
* visual cosmetic for the slitclient-menu
* added "Save SlitList" - menuentry in slitclient-menu
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index 3fe56c5..4f95afc 100644 --- a/src/Slit.hh +++ b/src/Slit.hh | |||
@@ -75,6 +75,10 @@ public: | |||
75 | void shutdown(); | 75 | void shutdown(); |
76 | /// save clients name in a file | 76 | /// save clients name in a file |
77 | void saveClientList(); | 77 | void saveClientList(); |
78 | /// move client one position up | ||
79 | void clientUp(SlitClient*); | ||
80 | /// move client one position down | ||
81 | void clientDown(SlitClient*); | ||
78 | /// cycle slit clients up one step | 82 | /// cycle slit clients up one step |
79 | void cycleClientsUp(); | 83 | void cycleClientsUp(); |
80 | /// cycle slit clients down one step | 84 | /// cycle slit clients down one step |