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/IconButton.hh | |
parent | 83a3429c395299b5acb85a3f372091037fe12603 (diff) | |
download | fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.zip fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.tar.bz2 |
implement vertical toolbar placement options
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh index c8ec994..b8a7ef0 100644 --- a/src/IconButton.hh +++ b/src/IconButton.hh | |||
@@ -53,6 +53,8 @@ public: | |||
53 | FluxboxWindow &win() { return m_win; } | 53 | FluxboxWindow &win() { return m_win; } |
54 | const FluxboxWindow &win() const { return m_win; } | 54 | const FluxboxWindow &win() const { return m_win; } |
55 | 55 | ||
56 | bool setOrientation(FbTk::Orientation orient); | ||
57 | |||
56 | protected: | 58 | protected: |
57 | void drawText(int x, int y, FbTk::FbDrawable *drawable_override); | 59 | void drawText(int x, int y, FbTk::FbDrawable *drawable_override); |
58 | private: | 60 | private: |