aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-15 16:41:11 (GMT)
committersimonb <simonb>2006-04-15 16:41:11 (GMT)
commit7c7908443302fc66929e19804f0fbd655d4c7f34 (patch)
tree6839a7379b4cc514a5a4ce20ebf0a53123d20ba2 /src/ClockTool.hh
parent83a3429c395299b5acb85a3f372091037fe12603 (diff)
downloadfluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.zip
fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.tar.bz2
implement vertical toolbar placement options
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r--src/ClockTool.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh
index 7a54b43..9993ee6 100644
--- a/src/ClockTool.hh
+++ b/src/ClockTool.hh
@@ -62,6 +62,9 @@ public:
62 unsigned int height() const; 62 unsigned int height() const;
63 unsigned int borderWidth() const; 63 unsigned int borderWidth() const;
64 inline const std::string &timeFormat() const { return *m_timeformat; } 64 inline const std::string &timeFormat() const { return *m_timeformat; }
65
66 void setOrientation(FbTk::Orientation orient);
67
65private: 68private:
66 void updateTime(); 69 void updateTime();
67 void update(FbTk::Subject *subj); 70 void update(FbTk::Subject *subj);