Class

HandyCarouselIndicatorLines

Description [src]

final class Handy.CarouselIndicatorLines : Gtk.DrawingArea {
  /* No available fields */
}

A lines indicator for HdyCarousel.

The HdyCarouselIndicatorLines widget shows a set of lines for each page of a given HdyCarousel. The carousel’s active page is shown as another line that moves between them to match the carousel’s position.

See also HdyCarouselIndicatorDots.

CSS nodes

HdyCarouselIndicatorLines has a single CSS node with name carouselindicatorlines.

Available since:1.0

Ancestors

  • GtkDrawingArea
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkOrientable

Constructors

hdy_carousel_indicator_lines_new

Creates a new HdyCarouselIndicatorLines.

Available since: 1.0

Instance methods

hdy_carousel_indicator_lines_get_carousel

Gets the displayed carousel.

Available since: 1.0

hdy_carousel_indicator_lines_set_carousel

Sets the HdyCarousel to use.

Available since: 1.0

Properties

Handy.CarouselIndicatorLines:carousel

The displayed carousel.

Available since: 1.0

Class structure

struct HandyCarouselIndicatorLinesClass {
  GtkDrawingAreaClass parent_class;
  
}
Class members
parent_class
GtkDrawingAreaClass
  No description available.