diff options
Diffstat (limited to 'src/FbTk/TextButton.hh')
-rw-r--r-- | src/FbTk/TextButton.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/FbTk/TextButton.hh b/src/FbTk/TextButton.hh index 26a2469..7684b29 100644 --- a/src/FbTk/TextButton.hh +++ b/src/FbTk/TextButton.hh | |||
@@ -71,10 +71,14 @@ public: | |||
71 | inline FbTk::Font &font() const { return *m_font; } | 71 | inline FbTk::Font &font() const { return *m_font; } |
72 | inline FbTk::Orientation orientation() const { return m_orientation; } | 72 | inline FbTk::Orientation orientation() const { return m_orientation; } |
73 | unsigned int textWidth() const; | 73 | unsigned int textWidth() const; |
74 | #ifdef NOT_USED | ||
74 | unsigned int textHeight() const; | 75 | unsigned int textHeight() const; |
76 | #endif | ||
75 | int bevel() const { return m_bevel; } | 77 | int bevel() const { return m_bevel; } |
78 | #ifdef NOT_USED | ||
76 | unsigned int leftPadding() const { return m_left_padding; } | 79 | unsigned int leftPadding() const { return m_left_padding; } |
77 | unsigned int rightPadding() const { return m_right_padding; } | 80 | unsigned int rightPadding() const { return m_right_padding; } |
81 | #endif | ||
78 | 82 | ||
79 | void renderForeground(FbWindow &win, FbDrawable &drawable); | 83 | void renderForeground(FbWindow &win, FbDrawable &drawable); |
80 | 84 | ||