adw.global

Global functions for adw1 library

Functions 7

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