Top | ![]() |
![]() |
![]() |
![]() |
HdyCarouselIndicatorDotsHdyCarouselIndicatorDots — A dots indicator for HdyCarousel |
GtkWidget * | hdy_carousel_indicator_dots_new () |
HdyCarousel * | hdy_carousel_indicator_dots_get_carousel () |
void | hdy_carousel_indicator_dots_set_carousel () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkDrawingArea ╰── HdyCarouselIndicatorDots
HdyCarouselIndicatorDots implements AtkImplementorIface, GtkBuildable and GtkOrientable.
The HdyCarouselIndicatorDots widget can be used to show a set of dots for each page of a given HdyCarousel. 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 *
hdy_carousel_indicator_dots_new (void
);
Create a new HdyCarouselIndicatorDots widget.
Since: 1.0
HdyCarousel *
hdy_carousel_indicator_dots_get_carousel
(HdyCarouselIndicatorDots *self
);
Get the HdyCarousel the indicator uses.
See: hdy_carousel_indicator_dots_set_carousel()
Since: 1.0
void hdy_carousel_indicator_dots_set_carousel (HdyCarouselIndicatorDots *self
,HdyCarousel *carousel
);
Sets the HdyCarousel to use.
Since: 1.0
#define HDY_TYPE_CAROUSEL_INDICATOR_DOTS (hdy_carousel_indicator_dots_get_type())
“carousel”
property“carousel” HdyCarousel *
The HdyCarousel the indicator uses.
Owner: HdyCarouselIndicatorDots
Flags: Read / Write
Since: 1.0