Class

AdwCarouselIndicatorDots

Description [src]

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

A dots indicator for AdwCarousel.

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

hierarchy this AdwCarouselIndicatorDots implements_0 GtkAccessible this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkConstraintTarget this--implements_2 implements_3 GtkOrientable this--implements_3 ancestor_0 GtkWidget ancestor_0--this ancestor_1 GInitiallyUnowned ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

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.