- public double easing_ease (Easing self, double value)
- public bool get_enable_animations (Widget widget)
Checks whether animations are enabled for widget
.
- public uint get_major_version ()
Returns the major version number of the Adwaita library.
- public uint get_micro_version ()
Returns the micro version number of the Adwaita library.
- public uint get_minor_version ()
Returns the minor version number of the Adwaita library.
- public void init ()
Initializes Libadwaita.
- public bool is_initialized ()
Use this function to check if libadwaita has been initialized with [
func@init].
- public double lerp (double a, double b, double t)
Computes the linear interpolation between a
and b
for t
.