Carousel


Object Hierarchy:

Object hierarchy for Carousel

Description:

[ CCode ( type_id = "adap_carousel_get_type ()" ) ]
public sealed class Carousel : Widget, Swipeable, Accessible, Buildable, ConstraintTarget, Orientable

A paginated scrolling widget.

<picture> <source srcset="carousel-dark.png" media="(prefers-color-scheme: dark)"> <img src="carousel.png" alt="carousel"> </picture>

The `AdapCarousel` widget can be used to display a set of pages with swipe-based navigation between them.

[class@CarouselIndicatorDots] and [class@CarouselIndicatorLines] can be used to provide page indicators for `AdapCarousel`.

CSS nodes

`AdapCarousel` has a single CSS node with name `carousel`.


Namespace: Adap
Package: libadapta-1

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members:

All known members inherited from class Gtk.Widget
All known members inherited from interface Adap.Swipeable
All known members inherited from interface Gtk.Orientable