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, 2 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index 876cfe2..d3cb3d8 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -65,6 +65,8 @@ public:
65 65
66 bool setOrientation(FbTk::Orientation orient); 66 bool setOrientation(FbTk::Orientation orient);
67 67
68 virtual unsigned int preferredWidth() const;
69
68 const FbTk::Signal<> &titleChanged() { return m_title_changed; } 70 const FbTk::Signal<> &titleChanged() { return m_title_changed; }
69 71
70protected: 72protected: