diff options
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r-- | src/gui/widgets/checkbox.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h index 7a7c8674..a65a5196 100644 --- a/src/gui/widgets/checkbox.h +++ b/src/gui/widgets/checkbox.h @@ -51,6 +51,11 @@ class CheckBox : public gcn::CheckBox void draw(gcn::Graphics* graphics); /** + * Update the alpha value to the checkbox components. + */ + void updateAlpha(); + + /** * Draws the check box, not the caption. */ void drawBox(gcn::Graphics* graphics); |