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.

Available since:1.0

Hierarchy

hierarchy this AdwCarouselIndicatorLines 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

Constructors

adw_carousel_indicator_lines_new

Creates a new AdwCarouselIndicatorLines.

Available since: 1.0

Instance methods

adw_carousel_indicator_lines_get_carousel

Gets the displayed carousel.

Available since: 1.0

adw_carousel_indicator_lines_set_carousel

Sets the displayed carousel.

Available since: 1.0

Methods inherited from GtkWidget (159)
Methods inherited from GObject (43)

Properties

Adw.CarouselIndicatorLines:carousel

The displayed carousel.

Available since: 1.0

Properties inherited from GtkWidget (34)

Signals

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure

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