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