AgsSynthInputLine

AgsSynthInputLine — synth input line

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsLine
                                ╰── AgsSynthInputLine

Implemented Interfaces

AgsSynthInputLine implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.

Includes

#include <ags/X/machine/ags_synth_input_line.h>

Description

The AgsSynthInputLine is a composite widget to act as synth input line.

Functions

ags_synth_input_line_new ()

AgsSynthInputLine *
ags_synth_input_line_new (AgsChannel *channel);

Creates an AgsSynthInputLine

Parameters

channel

the assigned channel

 

Returns

a new AgsSynthInputLine

Since: 0.4

Types and Values