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 4bb57e7..638d195 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -70,6 +70,8 @@ public:
70 70
71 const FbTk::Signal<> &titleChanged() { return m_title_changed; } 71 const FbTk::Signal<> &titleChanged() { return m_title_changed; }
72 72
73 static unsigned int updateLaziness() { return 100 * FbTk::FbTime::IN_MILLISECONDS; }
74
73protected: 75protected:
74 void drawText(int x, int y, FbTk::FbDrawable *drawable_override); 76 void drawText(int x, int y, FbTk::FbDrawable *drawable_override);
75private: 77private: