| Top |
HdyCarouselIndicatorLinesHdyCarouselIndicatorLines — A lines indicator for HdyCarousel |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkDrawingArea
╰── HdyCarouselIndicatorLines
HdyCarouselIndicatorLines implements AtkImplementorIface, GtkBuildable and GtkOrientable.
The HdyCarouselIndicatorLines widget can be used to show a set of thin and long rectangles for each page of a given HdyCarousel. The carousel's active page is shown with another rectangle that moves between them to match the carousel's position.
GtkWidget *
hdy_carousel_indicator_lines_new (void);
Create a new HdyCarouselIndicatorLines widget.
Since: 1.0
HdyCarousel *
hdy_carousel_indicator_lines_get_carousel
(HdyCarouselIndicatorLines *self);
Get the HdyCarousel the indicator uses.
See: hdy_carousel_indicator_lines_set_carousel()
Since: 1.0
void hdy_carousel_indicator_lines_set_carousel (HdyCarouselIndicatorLines *self,HdyCarousel *carousel);
Sets the HdyCarousel to use.
Since: 1.0
#define HDY_TYPE_CAROUSEL_INDICATOR_LINES (hdy_carousel_indicator_lines_get_type())
“carousel” property“carousel” HdyCarousel *
The HdyCarousel the indicator uses.
Owner: HdyCarouselIndicatorLines
Flags: Read / Write
Since: 1.0