- public BreakpointCondition breakpoint_condition_parse (string str)
Parses a condition from a string.
- public double easing_ease (Easing self, double value)
- public bool get_enable_animations (Widget widget)
Checks whether animations are enabled for widget
.
- public uint get_major_version ()
Returns the major version number of the Adwaita library.
- public uint get_micro_version ()
Returns the micro version number of the Adwaita library.
- public uint get_minor_version ()
Returns the minor version number of the Adwaita library.
- public void init ()
Initializes Libadwaita.
- public bool is_initialized ()
Use this function to check if libadwaita has been initialized with [
func@init].
- public double length_unit_from_px (LengthUnit unit, double value, Settings? settings)
- public double length_unit_to_px (LengthUnit unit, double value, Settings? settings)
- public double lerp (double a, double b, double t)
Computes the linear interpolation between a
and b
for t
.
- public void show_about_window (Window? parent, ...)
A convenience function for showing an application’s about window.
- public void show_about_window_from_appdata (Window? parent, string resource_path, string? release_notes_version, ...)
A convenience function for showing an application’s about window
from AppStream metadata.