From b4607a6c80a5ab7b09a79baa7b9f9d9c7aeab6ef Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sun, 16 Jan 2005 16:39:46 +0000 Subject: Checkbox update --- src/gui/checkbox.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui/checkbox.h') diff --git a/src/gui/checkbox.h b/src/gui/checkbox.h index 5e410a7e..3a678c5e 100644 --- a/src/gui/checkbox.h +++ b/src/gui/checkbox.h @@ -42,6 +42,12 @@ class CheckBox : public gcn::CheckBox { * Draws the check box, not the caption. */ void drawBox(gcn::Graphics* graphics); + + private: + Image *checkBoxNormal; + Image *checkBoxChecked; + Image *checkBoxDisabled; + Image *checkBoxDisabledChecked; }; #endif -- cgit v1.2.3-70-g09d2