diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-05-06 18:28:44 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-05-10 11:00:46 (GMT) |
commit | e53d14e9102270a1682a88c29161580ccbf0c20a (patch) | |
tree | 26c5b238119073d69c650a970447685d20a463af /src/WinButton.hh | |
parent | ad0951ca539d23f8f0ed9a1e8519feacc2ef907c (diff) | |
download | fluxbox_pavel-e53d14e9102270a1682a88c29161580ccbf0c20a.zip fluxbox_pavel-e53d14e9102270a1682a88c29161580ccbf0c20a.tar.bz2 |
Convert FluxboxWindow::stateSig to FbTk::Signal
Diffstat (limited to 'src/WinButton.hh')
-rw-r--r-- | src/WinButton.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WinButton.hh b/src/WinButton.hh index a116a15..35befa8 100644 --- a/src/WinButton.hh +++ b/src/WinButton.hh | |||
@@ -36,7 +36,7 @@ template <class T> class ThemeProxy; | |||
36 | } | 36 | } |
37 | 37 | ||
38 | /// draws and handles basic window button graphic | 38 | /// draws and handles basic window button graphic |
39 | class WinButton:public FbTk::Button, public FbTk::Observer, public FbTk::SignalTracker { | 39 | class WinButton:public FbTk::Button, public FbTk::SignalTracker { |
40 | public: | 40 | public: |
41 | /// draw type for the button | 41 | /// draw type for the button |
42 | enum Type {MAXIMIZE, MINIMIZE, SHADE, STICK, CLOSE, MENUICON}; | 42 | enum Type {MAXIMIZE, MINIMIZE, SHADE, STICK, CLOSE, MENUICON}; |
@@ -57,7 +57,6 @@ public: | |||
57 | Pixmap getPressedPixmap() const; | 57 | Pixmap getPressedPixmap() const; |
58 | /// override for redrawing | 58 | /// override for redrawing |
59 | void clear(); | 59 | void clear(); |
60 | void update(FbTk::Subject *subj); | ||
61 | void updateAll(); | 60 | void updateAll(); |
62 | private: | 61 | private: |
63 | void drawType(); | 62 | void drawType(); |