adw.global

Undocumented in source.

Members

Functions

getEnableAnimations
bool getEnableAnimations(gtk.widget.Widget widget)

Checks whether animations are enabled for widget.

getMajorVersion
uint getMajorVersion()

Returns the major version number of the Adwaita library.

getMicroVersion
uint getMicroVersion()

Returns the micro version number of the Adwaita library.

getMinorVersion
uint getMinorVersion()

Returns the minor version number of the Adwaita library.

init_
void init_()

Initializes Libadwaita.

isInitialized
bool isInitialized()

Use this function to check if libadwaita has been initialized with funcinit.

lerp
double lerp(double a, double b, double t)

Computes the linear interpolation between a and b for t.