- 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 Adapta library.
- public uint get_micro_version ()
Returns the micro version number of the Adapta library.
- public uint get_minor_version ()
Returns the minor version number of the Adapta library.
- public void init ()
Initializes Libadapta.
- public bool is_initialized ()
Use this function to check if libadapta 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_dialog (Widget parent, ...)
A convenience function for showing an application’s about dialog.
- public void show_about_dialog_from_appdata (Widget parent, string resource_path, string? release_notes_version, ...)
A convenience function for showing an application’s about dialog
from AppStream metadata.
- 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.