adw.global
Global functions for adw1 library
Functions 7
fn
bool getEnableAnimations(gtk.widget.Widget widget)Checks whether animations are enabled for widget.fn
bool isInitialized()Use this function to check if libadwaita has been initialized with `funcinit`. Returns: the initialization statusfn
double lerp(double a, double b, double t)Computes the linear interpolation between `a` and `b` for `t`.