Handy.CarouselIndicatorLines¶
- 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.CarouselIndicatorLines(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A lines indicator for [class`Carousel`].
The
HdyCarouselIndicatorLines
widget shows a set of lines for each page of a given [class`Carousel`]. The carousel’s active page is shown as another line that moves between them to match the carousel’s position.See also [class`CarouselIndicatorDots`].
- CSS nodes
HdyCarouselIndicatorLines
has a single CSS node with namecarouselindicatorlines
.New in version 1.0.
- classmethod new()¶
- Returns:
the newly created
HdyCarouselIndicatorLines
- Return type:
Creates a new
HdyCarouselIndicatorLines
.New in version 1.0.
- get_carousel()¶
- Returns:
the displayed carousel
- Return type:
Gets the displayed carousel.
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.CarouselIndicatorLines.props.carousel¶
- Name:
carousel
- Type:
- Default Value:
- Flags:
The displayed carousel.
New in version 1.0.