diff options
author | simonb <simonb> | 2005-04-13 14:39:25 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-13 14:39:25 (GMT) |
commit | ddcecec37e0ea559c9292423a257b47c423ddb9e (patch) | |
tree | 650ca599e242e31193c298b3bceac4b3f43ac949 /src/FbTk/Button.hh | |
parent | 88c66f0687d2a9e2018f22407b2587dc4d87d012 (diff) | |
download | fluxbox_pavel-ddcecec37e0ea559c9292423a257b47c423ddb9e.zip fluxbox_pavel-ddcecec37e0ea559c9292423a257b47c423ddb9e.tar.bz2 |
fix a few small bugs from recent big patch
Diffstat (limited to 'src/FbTk/Button.hh')
-rw-r--r-- | src/FbTk/Button.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/Button.hh b/src/FbTk/Button.hh index 48aff02..02b7b51 100644 --- a/src/FbTk/Button.hh +++ b/src/FbTk/Button.hh | |||
@@ -75,7 +75,9 @@ public: | |||
75 | 75 | ||
76 | GC gc() const { return m_gc; } | 76 | GC gc() const { return m_gc; } |
77 | Pixmap backgroundPixmap() const { return m_background_pm; } | 77 | Pixmap backgroundPixmap() const { return m_background_pm; } |
78 | Pixmap pressedPixmap() const { return m_pressed_pm; } | ||
78 | const Color &backgroundColor() const { return m_background_color; } | 79 | const Color &backgroundColor() const { return m_background_color; } |
80 | const Color &pressedColor() const { return m_pressed_color; } | ||
79 | private: | 81 | private: |
80 | Pixmap m_background_pm; ///< background pixmap | 82 | Pixmap m_background_pm; ///< background pixmap |
81 | Color m_background_color; ///< background color | 83 | Color m_background_color; ///< background color |