AgsScrollOnPlay

AgsScrollOnPlay — scrolls the editor

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsScrollOnPlay

Implemented Interfaces

AgsScrollOnPlay implements AgsConnectable.

Includes

#include <ags/audio/task/ags_scroll_on_play.h>

Description

The AgsScrollOnPlay task scrolls the specified AgsEditor.

Functions

ags_scroll_on_play_new ()

AgsScrollOnPlay *
ags_scroll_on_play_new (GtkWidget *editor,
                        gdouble step);

Creates an AgsScrollOnPlay.

Parameters

editor

the AgsEditor to scroll

 

step

the amount to increment in pixel per control width

 

Returns

an new AgsScrollOnPlay.

Since: 0.4

Types and Values