summaryrefslogtreecommitdiff
path: root/src/gui/widgets/button.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-06 00:55:29 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-06 00:55:29 +0300
commit55924e43101deef978c6f73ed5a4da63fcb58705 (patch)
tree92dcd05de197cac01346d99096dce48709fe591d /src/gui/widgets/button.h
parent478a5fcaa06b001915bd8950c3ef807d73c571ca (diff)
downloadmv-55924e43101deef978c6f73ed5a4da63fcb58705.tar.gz
mv-55924e43101deef978c6f73ed5a4da63fcb58705.tar.bz2
mv-55924e43101deef978c6f73ed5a4da63fcb58705.tar.xz
mv-55924e43101deef978c6f73ed5a4da63fcb58705.zip
Add outline colors for button class.
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r--src/gui/widgets/button.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h
index 90faa7d06..2fa2d64ac 100644
--- a/src/gui/widgets/button.h
+++ b/src/gui/widgets/button.h
@@ -153,9 +153,13 @@ class Button final : public gcn::Button,
int mXOffset;
int mYOffset;
gcn::Color mEnabledColor;
+ gcn::Color mEnabledColor2;
gcn::Color mDisabledColor;
+ gcn::Color mDisabledColor2;
gcn::Color mHighlightedColor;
+ gcn::Color mHighlightedColor2;
gcn::Color mPressedColor;
+ gcn::Color mPressedColor2;
Image **mImages;
ImageSet *mImageSet;
int mImageWidth;