diff options
Diffstat (limited to 'views/controls/button/custom_button.h')
-rw-r--r-- | views/controls/button/custom_button.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/controls/button/custom_button.h b/views/controls/button/custom_button.h index b9e1d31..8b4008c 100644 --- a/views/controls/button/custom_button.h +++ b/views/controls/button/custom_button.h @@ -44,6 +44,9 @@ class CustomButton : public Button, // Starts throbbing. See HoverAnimation for a description of cycles_til_stop. void StartThrobbing(int cycles_til_stop); + // Stops throbbing immediately. + void StopThrobbing(); + // Set how long the hover animation will last for. void SetAnimationDuration(int duration); |