diff options
Diffstat (limited to 'src/FbTk/TextButton.hh')
-rw-r--r-- | src/FbTk/TextButton.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbTk/TextButton.hh b/src/FbTk/TextButton.hh index 7684b29..1189448 100644 --- a/src/FbTk/TextButton.hh +++ b/src/FbTk/TextButton.hh | |||
@@ -66,10 +66,10 @@ public: | |||
66 | 66 | ||
67 | void renderForeground(FbDrawable &drawable); | 67 | void renderForeground(FbDrawable &drawable); |
68 | 68 | ||
69 | inline FbTk::Justify justify() const { return m_justify; } | 69 | FbTk::Justify justify() const { return m_justify; } |
70 | inline const std::string &text() const { return m_text; } | 70 | const std::string &text() const { return m_text; } |
71 | inline FbTk::Font &font() const { return *m_font; } | 71 | FbTk::Font &font() const { return *m_font; } |
72 | inline FbTk::Orientation orientation() const { return m_orientation; } | 72 | FbTk::Orientation orientation() const { return m_orientation; } |
73 | unsigned int textWidth() const; | 73 | unsigned int textWidth() const; |
74 | #ifdef NOT_USED | 74 | #ifdef NOT_USED |
75 | unsigned int textHeight() const; | 75 | unsigned int textHeight() const; |