Carousel


Object Hierarchy:

Object hierarchy for Carousel

Description:

[ CCode ( type_id = "bis_carousel_get_type ()" ) ]
[ Version ( since = "1.0" ) ]
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 `BisCarousel` 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 `BisCarousel`.

CSS nodes

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


Namespace: Bis
Package: libbismuth-1

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members:

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