aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r--src/ClockTool.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh
index 80dde97..8fb6f7f 100644
--- a/src/ClockTool.hh
+++ b/src/ClockTool.hh
@@ -54,12 +54,11 @@ public:
54 54
55 void show(); 55 void show();
56 void hide(); 56 void hide();
57 void setTimeFormat(const std::string &format);
58 // accessors 57 // accessors
59 unsigned int width() const; 58 unsigned int width() const;
60 unsigned int height() const; 59 unsigned int height() const;
61 unsigned int borderWidth() const; 60 unsigned int borderWidth() const;
62 const std::string &timeFormat() const { return *m_timeformat; } 61 FbTk::StringResource &timeFormatResource() { return m_timeformat; }
63 62
64 void setOrientation(FbTk::Orientation orient); 63 void setOrientation(FbTk::Orientation orient);
65 64