AgsIndicator

AgsIndicator — A indicator widget

Functions

Properties

GObject * adjustment Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── AgsIndicator
                    ├── AgsHIndicator
                    ╰── AgsVIndicator

Implemented Interfaces

AgsIndicator implements AtkImplementorIface and GtkBuildable.

Includes

#include <ags/widget/ags_indicator.h>

Description

AgsIndicator is a widget representing a GtkAdjustment.

Functions

ags_indicator_new ()

AgsIndicator *
ags_indicator_new ();

Creates an AgsIndicator. Note, use rather its implementation AgsVIndicator or AgsHIndicator.

Returns

a new AgsIndicator

Since: 0.4

Types and Values

Property Details

The “adjustment” property

  “adjustment”               GObject *

The adjustment it is assigned with.

Flags: Read / Write