aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-21 20:09:03 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:23 (GMT)
commite6afa5d348cd8e1763615bebf6bbb42221082060 (patch)
tree9ff2788b4f6d4413cc6d515082327c6dc72403ff /src/ClockTool.hh
parent2e4111c75bbeb7e566d3742e16efc93ffa5eab87 (diff)
downloadfluxbox_pavel-e6afa5d348cd8e1763615bebf6bbb42221082060.zip
fluxbox_pavel-e6afa5d348cd8e1763615bebf6bbb42221082060.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