Handy.CarouselIndicatorDots¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.DrawingArea (1), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
Carousel |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Handy.CarouselIndicatorDots(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A dots indicator for [class`Carousel`].
The
HdyCarouselIndicatorDots
widget shows a set of dots for each page of a given [class`Carousel`]. 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 [class`CarouselIndicatorLines`].
- CSS nodes
HdyCarouselIndicatorDots
has a single CSS node with namecarouselindicatordots
.New in version 1.0.
- classmethod new()¶
- Returns:
The newly created
HdyCarouselIndicatorDots
- Return type:
Creates a new
HdyCarouselIndicatorDots
.New in version 1.0.
- get_carousel()¶
- Returns:
the [class`Carousel`]
- Return type:
Get the [class`Carousel`] the indicator uses.
New in version 1.0.
- set_carousel(carousel)¶
- Parameters:
carousel (
Handy.Carousel
orNone
) – a carousel
Sets the [class`Carousel`] to use.
New in version 1.0.
Property Details¶
- Handy.CarouselIndicatorDots.props.carousel¶
- Name:
carousel
- Type:
- Default Value:
- Flags:
The [class`Carousel`] the indicator uses.
New in version 1.0.