adw.global

Global functions for adw1 library

Functions 7

fnbool getEnableAnimations(gtk.widget.Widget widget)Checks whether animations are enabled for widget.
fnuint getMajorVersion()Returns the major version number of the Adwaita library.
fnuint getMicroVersion()Returns the micro version number of the Adwaita library.
fnuint getMinorVersion()Returns the minor version number of the Adwaita library.
fnvoid init_()Initializes Libadwaita.
fnbool isInitialized()Use this function to check if libadwaita has been initialized with `funcinit`. Returns: the initialization status
fndouble lerp(double a, double b, double t)Computes the linear interpolation between `a` and `b` for `t`.