aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextButton.cc
diff options
context:
space:
mode:
authormarkt <markt>2006-07-01 02:56:46 (GMT)
committermarkt <markt>2006-07-01 02:56:46 (GMT)
commit698539d9b9012bb6c282725e775e358c1bd4a281 (patch)
tree2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/FbTk/TextButton.cc
parenta14c322dcbbc7330b6933230168d34411f7ac63b (diff)
downloadfluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.zip
fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2
more dead functions
Diffstat (limited to 'src/FbTk/TextButton.cc')
-rw-r--r--src/FbTk/TextButton.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/TextButton.cc b/src/FbTk/TextButton.cc
index 474c094..948f847 100644
--- a/src/FbTk/TextButton.cc
+++ b/src/FbTk/TextButton.cc
@@ -98,12 +98,14 @@ void TextButton::setFont(FbTk::Font &font) {
98 font.validOrientation(m_orientation); // load the orientation! 98 font.validOrientation(m_orientation); // load the orientation!
99} 99}
100 100
101#ifdef NOT_USED
101/// set bevel and redraw text 102/// set bevel and redraw text
102void TextButton::setBevel(int bevel) { 103void TextButton::setBevel(int bevel) {
103 if (m_bevel == bevel) 104 if (m_bevel == bevel)
104 return; 105 return;
105 m_bevel = bevel; 106 m_bevel = bevel;
106} 107}
108#endif
107 109
108void TextButton::setTextPaddingLeft(unsigned int leftpadding) { 110void TextButton::setTextPaddingLeft(unsigned int leftpadding) {
109 m_left_padding = leftpadding; 111 m_left_padding = leftpadding;