Method
AdapLeafletset_child_transition_params
deprecated: 1.4
Declaration [src]
void
adap_leaflet_set_child_transition_params (
AdapLeaflet* self,
AdapSpringParams* params
)
Description [src]
Sets the child transition spring parameters for self
.
The default value is equivalent to:
adap_spring_params_new (1, 0.5, 500)
Deprecated since: 1.4
Sets property | Adap.Leaflet:child-transition-params |
Parameters
params
-
Type:
AdapSpringParams
The new parameters.
The data is owned by the caller of the method.