| Top |
AdwCarouselIndicatorLinesAdwCarouselIndicatorLines — A lines indicator for AdwCarousel |
AdwCarouselIndicatorLines implements GtkAccessible, GtkBuildable, GtkConstraintTarget and GtkOrientable.
The AdwCarouselIndicatorLines widget can be used to show a set of thin and long rectangles for each page of a given AdwCarousel. The carousel's active page is shown with another rectangle that moves between them to match the carousel's position.
GtkWidget *
adw_carousel_indicator_lines_new (void);
Create a new AdwCarouselIndicatorLines widget.
Since: 1.0
AdwCarousel *
adw_carousel_indicator_lines_get_carousel
(AdwCarouselIndicatorLines *self);
Get the AdwCarousel the indicator uses.
See: adw_carousel_indicator_lines_set_carousel()
Since: 1.0
void adw_carousel_indicator_lines_set_carousel (AdwCarouselIndicatorLines *self,AdwCarousel *carousel);
Sets the AdwCarousel to use.
Since: 1.0
#define ADW_TYPE_CAROUSEL_INDICATOR_LINES (adw_carousel_indicator_lines_get_type())
“carousel” property“carousel” AdwCarousel *
The AdwCarousel the indicator uses.
Owner: AdwCarouselIndicatorLines
Flags: Read / Write
Since: 1.0