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/IconbarTool.hh | |
parent | 83a3429c395299b5acb85a3f372091037fe12603 (diff) | |
download | fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.zip fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.tar.bz2 |
implement vertical toolbar placement options
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index 30dac36..c56e7a3 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -95,6 +95,7 @@ public: | |||
95 | DeiconifyMode deiconifyMode() const { return *m_deiconify_mode; } | 95 | DeiconifyMode deiconifyMode() const { return *m_deiconify_mode; } |
96 | WheelMode wheelMode() const { return *m_wheel_mode; } | 96 | WheelMode wheelMode() const { return *m_wheel_mode; } |
97 | 97 | ||
98 | void setOrientation(FbTk::Orientation orient); | ||
98 | Container::Alignment alignment() const { return m_icon_container.alignment(); } | 99 | Container::Alignment alignment() const { return m_icon_container.alignment(); } |
99 | private: | 100 | private: |
100 | /// @return button associated with window | 101 | /// @return button associated with window |