Class

HandyCarouselIndicatorDots

Description [src]

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

A dots indicator for HdyCarousel.

The HdyCarouselIndicatorDots widget shows 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.

See also HdyCarouselIndicatorLines.

CSS nodes

HdyCarouselIndicatorDots has a single CSS node with name carouselindicatordots.

Available since:1.0

Ancestors

  • GtkDrawingArea
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkOrientable

Constructors

hdy_carousel_indicator_dots_new

Creates a new HdyCarouselIndicatorDots.

Available since: 1.0

Instance methods

hdy_carousel_indicator_dots_get_carousel

Get the HdyCarousel the indicator uses.

Available since: 1.0

hdy_carousel_indicator_dots_set_carousel

Sets the HdyCarousel to use.

Available since: 1.0

Properties

Handy.CarouselIndicatorDots:carousel

The HdyCarousel the indicator uses.

Available since: 1.0

Class structure

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