aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r--src/IconButton.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index 36781d1..957374e 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -64,6 +64,8 @@ public:
64 64
65 bool setOrientation(FbTk::Orientation orient); 65 bool setOrientation(FbTk::Orientation orient);
66 66
67 const FbTk::Signal<> &titleChanged() { return m_title_changed; }
68
67protected: 69protected:
68 void drawText(int x, int y, FbTk::FbDrawable *drawable_override); 70 void drawText(int x, int y, FbTk::FbDrawable *drawable_override);
69private: 71private:
@@ -89,6 +91,7 @@ private:
89 // cached pixmaps 91 // cached pixmaps
90 FbTk::CachedPixmap m_pm; 92 FbTk::CachedPixmap m_pm;
91 FbTk::SignalTracker m_signals; 93 FbTk::SignalTracker m_signals;
94 FbTk::Signal<> m_title_changed;
92}; 95};
93 96
94#endif // ICONBUTTON_HH 97#endif // ICONBUTTON_HH