diff options
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r-- | src/gui/widgets/dropdown.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index e593b4e0..6e50bb5d 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -49,6 +49,11 @@ class DropDown : public gcn::DropDown ~DropDown(); + /** + * Update the alpha value to the graphic components. + */ + void updateAlpha(); + void draw(gcn::Graphics *graphics); void drawFrame(gcn::Graphics *graphics); |