diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-16 12:54:07 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-16 12:54:07 (GMT) |
commit | 38654bae459716409ad2ee7975671fc2f131c869 (patch) | |
tree | 6f2f3c662f8317f47a422db02d17bff378266817 /src/FbTk/TextButton.hh | |
parent | 06837ba8642b8a126de92f60ae05d5f84bba8bfe (diff) | |
download | fluxbox_pavel-38654bae459716409ad2ee7975671fc2f131c869.zip fluxbox_pavel-38654bae459716409ad2ee7975671fc2f131c869.tar.bz2 |
some cleanup
Diffstat (limited to 'src/FbTk/TextButton.hh')
-rw-r--r-- | src/FbTk/TextButton.hh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/FbTk/TextButton.hh b/src/FbTk/TextButton.hh index 22cda82..6ddcd8f 100644 --- a/src/FbTk/TextButton.hh +++ b/src/FbTk/TextButton.hh | |||
@@ -40,9 +40,6 @@ public: | |||
40 | bool setOrientation(FbTk::Orientation orient); | 40 | bool setOrientation(FbTk::Orientation orient); |
41 | void setText(const std::string &text); | 41 | void setText(const std::string &text); |
42 | void setFont(FbTk::Font &font); | 42 | void setFont(FbTk::Font &font); |
43 | #ifdef NOT_USED | ||
44 | void setBevel(int bevel); | ||
45 | #endif | ||
46 | void setTextPadding(unsigned int padding); | 43 | void setTextPadding(unsigned int padding); |
47 | void setTextPaddingLeft(unsigned int leftpadding); | 44 | void setTextPaddingLeft(unsigned int leftpadding); |
48 | void setTextPaddingRight(unsigned int rightpadding); | 45 | void setTextPaddingRight(unsigned int rightpadding); |
@@ -67,14 +64,7 @@ public: | |||
67 | FbTk::Font &font() const { return *m_font; } | 64 | FbTk::Font &font() const { return *m_font; } |
68 | FbTk::Orientation orientation() const { return m_orientation; } | 65 | FbTk::Orientation orientation() const { return m_orientation; } |
69 | unsigned int textWidth() const; | 66 | unsigned int textWidth() const; |
70 | #ifdef NOT_USED | ||
71 | unsigned int textHeight() const; | ||
72 | #endif | ||
73 | int bevel() const { return m_bevel; } | 67 | int bevel() const { return m_bevel; } |
74 | #ifdef NOT_USED | ||
75 | unsigned int leftPadding() const { return m_left_padding; } | ||
76 | unsigned int rightPadding() const { return m_right_padding; } | ||
77 | #endif | ||
78 | 68 | ||
79 | void renderForeground(FbWindow &win, FbDrawable &drawable); | 69 | void renderForeground(FbWindow &win, FbDrawable &drawable); |
80 | 70 | ||