aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-29 10:30:46 (GMT)
committerfluxgen <fluxgen>2003-08-29 10:30:46 (GMT)
commite90cbd35e0fa3deb864e7fcd8777de0ab56c6013 (patch)
tree52eec24c2557d699ee2119a363460e9695a95873 /src/Slit.hh
parent359037659a46cc26e422a3eccfa25fe827075db4 (diff)
downloadfluxbox-e90cbd35e0fa3deb864e7fcd8777de0ab56c6013.zip
fluxbox-e90cbd35e0fa3deb864e7fcd8777de0ab56c6013.tar.bz2
slit as an observer
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 9b844e2..4209501 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25/// $Id: Slit.hh,v 1.37 2003/08/11 16:02:38 fluxgen Exp $ 25/// $Id: Slit.hh,v 1.38 2003/08/29 10:30:46 fluxgen Exp $
26 26
27#ifndef SLIT_HH 27#ifndef SLIT_HH
28#define SLIT_HH 28#define SLIT_HH
@@ -47,7 +47,7 @@ class FbMenu;
47class Strut; 47class Strut;
48 48
49/// Handles dock apps 49/// Handles dock apps
50class Slit: public FbTk::EventHandler { 50class Slit: public FbTk::EventHandler, public FbTk::Observer {
51public: 51public:
52 52
53 /** 53 /**
@@ -88,6 +88,8 @@ public:
88 void configureRequestEvent(XConfigureRequestEvent &event); 88 void configureRequestEvent(XConfigureRequestEvent &event);
89 void exposeEvent(XExposeEvent &event); 89 void exposeEvent(XExposeEvent &event);
90 //@} 90 //@}
91
92 void update(FbTk::Subject *subj);
91 93
92 void moveToLayer(int layernum); 94 void moveToLayer(int layernum);
93 void toggleHidden(); 95 void toggleHidden();