aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextButton.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2007-12-29 21:38:53 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2007-12-29 21:38:53 (GMT)
commite1f362ae764884a4cd1e1673292cb37d5a85f89c (patch)
tree137430b26aee6f3638f27281d3757c2c75ef4b20 /src/FbTk/TextButton.hh
parente90c3678d9e54bc9251619fdee2d7341f042167b (diff)
downloadfluxbox_pavel-e1f362ae764884a4cd1e1673292cb37d5a85f89c.zip
fluxbox_pavel-e1f362ae764884a4cd1e1673292cb37d5a85f89c.tar.bz2
'inline' in class declaration is implicitly inline
Diffstat (limited to 'src/FbTk/TextButton.hh')
-rw-r--r--src/FbTk/TextButton.hh8
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;