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/FbTk/TextButton.hh | |
parent | 83a3429c395299b5acb85a3f372091037fe12603 (diff) | |
download | fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.zip fluxbox-7c7908443302fc66929e19804f0fbd655d4c7f34.tar.bz2 |
implement vertical toolbar placement options
Diffstat (limited to 'src/FbTk/TextButton.hh')
-rw-r--r-- | src/FbTk/TextButton.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/TextButton.hh b/src/FbTk/TextButton.hh index 5796a39..c9f3fbf 100644 --- a/src/FbTk/TextButton.hh +++ b/src/FbTk/TextButton.hh | |||
@@ -67,6 +67,7 @@ public: | |||
67 | inline FbTk::Justify justify() const { return m_justify; } | 67 | inline FbTk::Justify justify() const { return m_justify; } |
68 | inline const std::string &text() const { return m_text; } | 68 | inline const std::string &text() const { return m_text; } |
69 | inline FbTk::Font &font() const { return *m_font; } | 69 | inline FbTk::Font &font() const { return *m_font; } |
70 | inline FbTk::Orientation orientation() const { return m_orientation; } | ||
70 | unsigned int textWidth() const; | 71 | unsigned int textWidth() const; |
71 | unsigned int textHeight() const; | 72 | unsigned int textHeight() const; |
72 | int bevel() const { return m_bevel; } | 73 | int bevel() const { return m_bevel; } |