| Top |
AdwCarouselIndicatorDotsAdwCarouselIndicatorDots — A dots indicator for AdwCarousel |
| GtkWidget * | adw_carousel_indicator_dots_new () |
| AdwCarousel * | adw_carousel_indicator_dots_get_carousel () |
| void | adw_carousel_indicator_dots_set_carousel () |
AdwCarouselIndicatorDots implements GtkAccessible, GtkBuildable, GtkConstraintTarget and GtkOrientable.
The AdwCarouselIndicatorDots widget can be used to show 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.
GtkWidget *
adw_carousel_indicator_dots_new (void);
Create a new AdwCarouselIndicatorDots widget.
Since: 1.0
AdwCarousel *
adw_carousel_indicator_dots_get_carousel
(AdwCarouselIndicatorDots *self);
Get the AdwCarousel the indicator uses.
See: adw_carousel_indicator_dots_set_carousel()
Since: 1.0
void adw_carousel_indicator_dots_set_carousel (AdwCarouselIndicatorDots *self,AdwCarousel *carousel);
Sets the AdwCarousel to use.
Since: 1.0
#define ADW_TYPE_CAROUSEL_INDICATOR_DOTS (adw_carousel_indicator_dots_get_type())
“carousel” property“carousel” AdwCarousel *
The AdwCarousel the indicator uses.
Owner: AdwCarouselIndicatorDots
Flags: Read / Write
Since: 1.0