Notification when Window::setVisibleSmooth() animation ends?

simed

24-11-2011 11:52:36

Is there an event I can hook so when the animation completes, I get notified? I see that this is what you do on the animation controller:controller->eventPostAction += newDelegate(action::actionWidgetHide);But I see no way to access that controller or otherwise be notified?