Class

Adw.CarouselIndicatorDots

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.

Available since:1.0

Hierarchy

Ancestors

  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • GtkAccessible
  • GtkBuildable
  • GtkConstraintTarget
  • GtkOrientable

Constructors

adw_carousel_indicator_dots_new

Creates a new AdwCarouselIndicatorDots.

Available since: 1.0

Instance methods

adw_carousel_indicator_dots_get_carousel

Gets the displayed carousel.

Available since: 1.0

adw_carousel_indicator_dots_set_carousel

Sets the displayed carousel.

Available since: 1.0

Properties

Adw.CarouselIndicatorDots:carousel

The displayed carousel.

Available since: 1.0

Class structure

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