Namespace
Adw – 1
Building blocks for modern GNOME applications
Dependencies
GObject | The base type system library |
Browse documentation | |
GTK | The GTK toolkit |
Browse documentation |
Classes
ActionRow | A |
Application | A base class for Adwaita applications. |
ApplicationWindow | A freeform application window. |
Avatar | A widget displaying an image, with a generated fallback. |
Bin | A widget with one child. |
ButtonContent | A helper widget for creating buttons. |
Carousel | A paginated scrolling widget. |
CarouselIndicatorDots | A dots indicator for |
CarouselIndicatorLines | A lines indicator for |
Clamp | A widget constraining its child to a given size. |
ClampLayout | A layout manager constraining its children to a given size. |
ClampScrollable | A scrollable |
ComboRow | A |
EnumListItem |
|
EnumListModel | A |
ExpanderRow | A |
Flap | An adaptive container acting like a box or an overlay. |
HeaderBar | A title bar widget. |
Leaflet | An adaptive container acting like a box or a stack. |
LeafletPage | An auxiliary class used by |
PreferencesGroup | A group of preference rows. |
PreferencesPage | A page from |
PreferencesRow | A |
PreferencesWindow | A window to present an application’s preferences. |
SplitButton | A combined button and dropdown widget. |
Squeezer | A best fit container. |
SqueezerPage | An auxiliary class used by |
StatusPage | A page used for empty/error states and similar use-cases. |
StyleManager | A class for managing application-wide styling. |
SwipeTracker | A swipe tracker used in |
TabBar | A tab bar for |
TabPage | An auxiliary class used by |
TabView | A dynamic tabbed container. |
ViewStack | A view container for |
ViewStackPage | An auxiliary class used by |
ViewSwitcher | An adaptive view switcher. |
ViewSwitcherBar | A view switcher action bar. |
ViewSwitcherTitle | A view switcher title. |
Window | A freeform window. |
WindowTitle | A helper widget for setting a window’s title and subtitle. |
Interfaces
Swipeable | An interface for swipeable widgets. |
Enumerations
CenteringPolicy | Describes title centering behavior of a |
ColorScheme | Application color schemes for |
FlapFoldPolicy | Describes the possible folding behavior of a |
FlapTransitionType | Describes transitions types of a |
FoldThresholdPolicy | Determines when |
LeafletTransitionType | Describes the possible transitions in a |
NavigationDirection | Describes the direction of a swipe navigation gesture. |
SqueezerTransitionType | Describes the possible transitions in a |
ViewSwitcherPolicy | Describes the adaptive modes of |
Functions
ease_out_cubic | Computes the ease out for |
get_enable_animations | Checks whether animations are enabled for |
get_major_version | Returns the major version number of the Adwaita library. |
get_micro_version | Returns the micro version number of the Adwaita library. |
get_minor_version | Returns the minor version number of the Adwaita library. |
init | Initializes Libadwaita. |
is_initialized | Use this function to check if libadwaita has been initialized with adw_init(). |
Function Macros
CHECK_VERSION | Compile-time version checking. Evaluates to |
ENCODE_VERSION | |
UNAVAILABLE |
Constants
MAJOR_VERSION | Adw major version component (e.g. 1 if |
MICRO_VERSION | Adw micro version component (e.g. 3 if |
MINOR_VERSION | Adw minor version component (e.g. 2 if |
VERSION_S | Adwaita version, encoded as a string, useful for printing and concatenation. |