diff options
author | simonb <simonb> | 2006-04-15 16:41:11 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-15 16:41:11 (GMT) |
commit | 7c7908443302fc66929e19804f0fbd655d4c7f34 (patch) | |
tree | 6839a7379b4cc514a5a4ce20ebf0a53123d20ba2 /src/ClockTool.hh | |
parent | 83a3429c395299b5acb85a3f372091037fe12603 (diff) | |
download | fluxbox_pavel-7c7908443302fc66929e19804f0fbd655d4c7f34.zip fluxbox_pavel-7c7908443302fc66929e19804f0fbd655d4c7f34.tar.bz2 |
implement vertical toolbar placement options
Diffstat (limited to 'src/ClockTool.hh')
-rw-r--r-- | src/ClockTool.hh | 3 |
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 | |||
65 | private: | 68 | private: |
66 | void updateTime(); | 69 | void updateTime(); |
67 | void update(FbTk::Subject *subj); | 70 | void update(FbTk::Subject *subj); |