diff options
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 |