diff options
author | markt <markt> | 2006-07-01 03:32:53 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 03:32:53 (GMT) |
commit | c18985732b09da5f09189e91a145cb33e656688d (patch) | |
tree | 7b403311860659c0e1022716663f6860dc4ee7cf /src/FbTk/TextButton.hh | |
parent | 698539d9b9012bb6c282725e775e358c1bd4a281 (diff) | |
download | fluxbox_pavel-c18985732b09da5f09189e91a145cb33e656688d.zip fluxbox_pavel-c18985732b09da5f09189e91a145cb33e656688d.tar.bz2 |
more dead functions
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 | ||