aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index d3cb3d8..4bb57e7 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -66,6 +66,7 @@ public:
66 bool setOrientation(FbTk::Orientation orient); 66 bool setOrientation(FbTk::Orientation orient);
67 67
68 virtual unsigned int preferredWidth() const; 68 virtual unsigned int preferredWidth() const;
69 void showTooltip();
69 70
70 const FbTk::Signal<> &titleChanged() { return m_title_changed; } 71 const FbTk::Signal<> &titleChanged() { return m_title_changed; }
71 72
@@ -74,7 +75,6 @@ protected:
74private: 75private:
75 void reconfigAndClear(); 76 void reconfigAndClear();
76 void setupWindow(); 77 void setupWindow();
77 void showTooltip();
78 78
79 /// Refresh all pixmaps and windows 79 /// Refresh all pixmaps and windows
80 /// @param setup Wether to setup window again. 80 /// @param setup Wether to setup window again.