diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-06 00:55:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-06 00:55:29 +0300 |
commit | 55924e43101deef978c6f73ed5a4da63fcb58705 (patch) | |
tree | 92dcd05de197cac01346d99096dce48709fe591d /src/gui/widgets/button.h | |
parent | 478a5fcaa06b001915bd8950c3ef807d73c571ca (diff) | |
download | plus-55924e43101deef978c6f73ed5a4da63fcb58705.tar.gz plus-55924e43101deef978c6f73ed5a4da63fcb58705.tar.bz2 plus-55924e43101deef978c6f73ed5a4da63fcb58705.tar.xz plus-55924e43101deef978c6f73ed5a4da63fcb58705.zip |
Add outline colors for button class.
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r-- | src/gui/widgets/button.h | 4 |
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; |