Class

AdwCarouselIndicatorLines

Description [src]

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

A lines indicator for AdwCarousel.

carousel-indicator-lines

The AdwCarouselIndicatorLines widget shows a set of lines for each page of a given AdwCarousel. The carousel’s active page is shown as another line that moves between them to match the carousel’s position.

See also AdwCarouselIndicatorDots.

CSS nodes

AdwCarouselIndicatorLines has a single CSS node with name carouselindicatorlines.

Ancestors

  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • GtkAccessible
  • GtkBuildable
  • GtkConstraintTarget
  • GtkOrientable

Constructors

adw_carousel_indicator_lines_new

Creates a new AdwCarouselIndicatorLines.

Instance methods

adw_carousel_indicator_lines_get_carousel

Gets the displayed carousel.

adw_carousel_indicator_lines_set_carousel

Sets the displayed carousel.

Properties

Adw.CarouselIndicatorLines:carousel

The displayed carousel.

Class structure

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