diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-15 18:46:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-15 18:47:59 +0300 |
commit | 18b6055c46e828f621192e6c9fa7ab6a6b1d99aa (patch) | |
tree | 014ed659a34d06d5570f6daebd52371982182c0b /src/gui/widgets/checkbox.h | |
parent | 76bd8cfad1f9dd7e1e61c69132dc02ec75e5ee8f (diff) | |
download | plus-18b6055c46e828f621192e6c9fa7ab6a6b1d99aa.tar.gz plus-18b6055c46e828f621192e6c9fa7ab6a6b1d99aa.tar.bz2 plus-18b6055c46e828f621192e6c9fa7ab6a6b1d99aa.tar.xz plus-18b6055c46e828f621192e6c9fa7ab6a6b1d99aa.zip |
add theme option into checkbox to hide X icon (draw box).
New theme option: drawBox
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r-- | src/gui/widgets/checkbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h index e23ffda46..c28eab90b 100644 --- a/src/gui/widgets/checkbox.h +++ b/src/gui/widgets/checkbox.h @@ -90,6 +90,7 @@ class CheckBox final : public gcn::CheckBox, int mImageSize; int mSpacing; bool mHasMouse; + bool mDrawBox; static int instances; static Skin *mSkin; |