Signal
HandySwipeable::child-switched
Declaration
void
child_switched (
HdySwipeable* self,
guint index,
gint64 duration,
gpointer user_data
)
Description [src]
Emitted when the widget’s visible child is changed.
duration
can be 0 if the child is switched without animation.
This is used by HdySwipeGroup
, applications should not connect to it.
Default handler: | The default handler is called before the handlers added via |
Available since: | 1.0 |