Class
AdwCarouselIndicatorLines
Description [src]
final class Adw.CarouselIndicatorLines : Gtk.Widget {
/* No available fields */
}
A lines indicator for AdwCarousel
.
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
.
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.