diff 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; } |