Class

AdwCarouselIndicatorDots

Description [src]

final class Adw.CarouselIndicatorDots : Gtk.Widget {
  /* No available fields */
}

A dots indicator for AdwCarousel.

carousel-indicator-dots

The AdwCarouselIndicatorDots widget shows a set of dots for each page of a given AdwCarousel. 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 AdwCarouselIndicatorLines.

CSS nodes

AdwCarouselIndicatorDots has a single CSS node with name carouselindicatordots.

Ancestors

  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • GtkAccessible
  • GtkBuildable
  • GtkConstraintTarget
  • GtkOrientable

Constructors

adw_carousel_indicator_dots_new

Creates a new AdwCarouselIndicatorDots.

Instance methods

adw_carousel_indicator_dots_get_carousel

Gets the displayed carousel.

adw_carousel_indicator_dots_set_carousel

Sets the displayed carousel.

Properties

Adw.CarouselIndicatorDots:carousel

The displayed carousel.

Class structure

struct AdwCarouselIndicatorDotsClass {
  GtkWidgetClass parent_class;
  
}
Class members
parent_class
GtkWidgetClass
  No description available.