CarouselIndicatorDots

class CarouselIndicatorDots(**properties: Any)

Superclasses: Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ConstraintTarget, Orientable

A dots indicator for Carousel.

https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/carousel-indicator-dots.png

The AdwCarouselIndicatorDots widget shows a set of dots for each page of a given Carousel. The dot representing the carousel’s active page is larger and more opaque than the others, the transition to the active and inactive state is gradual to match the carousel’s position.

See also CarouselIndicatorLines.

CSS nodes

AdwCarouselIndicatorDots has a single CSS node with name carouselindicatordots.

Constructors

class CarouselIndicatorDots
classmethod new() Widget

Creates a new AdwCarouselIndicatorDots.

Methods

class CarouselIndicatorDots

Gets the displayed carousel.

Sets the displayed carousel.

Parameters:

carousel – a carousel

Properties

class CarouselIndicatorDots
props.carousel: Carousel

The displayed carousel.