adw-carousel-indicator-lines

adw-carousel-indicator-lines

Functions

Properties

AdwCarousel * carousel Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── AdwCarouselIndicatorLines

Implemented Interfaces

AdwCarouselIndicatorLines implements GtkAccessible, GtkBuildable, GtkConstraintTarget and GtkOrientable.

Description

Functions

adw_carousel_indicator_lines_new ()

GtkWidget *
adw_carousel_indicator_lines_new (void);

Create a new AdwCarouselIndicatorLines widget.

Returns

The newly created AdwCarouselIndicatorLines widget.

[transfer full]

Since: 1.0


adw_carousel_indicator_lines_get_carousel ()

AdwCarousel *
adw_carousel_indicator_lines_get_carousel
                               (AdwCarouselIndicatorLines *self);

Get the AdwCarousel the indicator uses.

See: adw_carousel_indicator_lines_set_carousel()

Parameters

Returns

the AdwCarousel, or NULL if none has been set.

[nullable][transfer none]

Since: 1.0


adw_carousel_indicator_lines_set_carousel ()

void
adw_carousel_indicator_lines_set_carousel
                               (AdwCarouselIndicatorLines *self,
                                AdwCarousel *carousel);

Sets the AdwCarousel to use.

Parameters

self

a AdwCarouselIndicatorLines

 

carousel

a AdwCarousel.

[nullable]

Since: 1.0

Types and Values

ADW_TYPE_CAROUSEL_INDICATOR_LINES

#define ADW_TYPE_CAROUSEL_INDICATOR_LINES (adw_carousel_indicator_lines_get_type())

AdwCarouselIndicatorLines

typedef struct _AdwCarouselIndicatorLines AdwCarouselIndicatorLines;

Property Details

The “carousel” property

  “carousel”                 AdwCarousel *

The AdwCarousel the indicator uses.

Owner: AdwCarouselIndicatorLines

Flags: Read / Write

Since: 1.0