aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-21 20:09:03 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:33 (GMT)
commitdfe6f788e08baf42b34e2a4a8a1e24b319de28b4 (patch)
treeb109490e4790908dee167ab3fbbb7bbc25aee464 /src/ClockTool.hh
parentcb1af9b3fe908bbfb0d624fb2fcb6711eeb00133 (diff)
downloadfluxbox_paul-dfe6f788e08baf42b34e2a4a8a1e24b319de28b4.zip
fluxbox_paul-dfe6f788e08baf42b34e2a4a8a1e24b319de28b4.tar.bz2
Attach modifiedSig handlers to the session.screenX.strftimeFormat resource
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