aboutsummaryrefslogtreecommitdiff
path: root/src/WinButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinButton.hh')
-rw-r--r--src/WinButton.hh3
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
39class WinButton:public FbTk::Button, public FbTk::Observer, public FbTk::SignalTracker { 39class WinButton:public FbTk::Button, public FbTk::SignalTracker {
40public: 40public:
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();
62private: 61private:
63 void drawType(); 62 void drawType();