summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-15 18:46:28 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-15 18:47:59 +0300
commit18b6055c46e828f621192e6c9fa7ab6a6b1d99aa (patch)
tree014ed659a34d06d5570f6daebd52371982182c0b /src/gui/widgets/checkbox.h
parent76bd8cfad1f9dd7e1e61c69132dc02ec75e5ee8f (diff)
downloadplus-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.h1
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;