libadwaita-1
Description:
Building blocks for modern GNOME applications
Content:
Namespaces:
- Adw
Interfaces:
- Swipeable - An interface for swipeable widgets.
Classes:
Enums:
Constants:
- public const uint DURATION_INFINITE
Indicates an [class@Animation] with an infinite duration.
- public const int MAJOR_VERSION
Adwaita major version component (e.
- public const int MICRO_VERSION
Adwaita micro version component (e.
- public const int MINOR_VERSION
Adwaita minor version component (e.
- public const string VERSION_S
Adwaita version, encoded as a string, useful for printing and
concatenation.
Delegates:
Methods:
- 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.