AgsRuler

AgsRuler — A ruler widget

Functions

Properties

GObject * adjustment Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── AgsRuler

Implemented Interfaces

AgsRuler implements AtkImplementorIface and GtkBuildable.

Includes

#include <ags/widget/ags_ruler.h>

Description

AgsRuler is a widget representing a GtkAdjustment.

Functions

ags_ruler_new ()

AgsRuler *
ags_ruler_new ();

Creates an AgsRuler

Returns

a new AgsRuler

Since: 0.4

Types and Values

AGS_RULER_DEFAULT_STEP

#define AGS_RULER_DEFAULT_STEP (16)


AGS_RULER_LARGE_STEP

#define AGS_RULER_LARGE_STEP (8.0)


AGS_RULER_SMALL_STEP

#define AGS_RULER_SMALL_STEP (6.0)

Property Details

The “adjustment” property

  “adjustment”               GObject *

The adjustment it is assigned with.

Flags: Read / Write