AgsMixerInputLine

AgsMixerInputLine — mixer input line

Functions

Object Hierarchy

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

Implemented Interfaces

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

Includes

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

Description

The AgsMixerInputLine is a composite widget to act as mixer input line.

Functions

ags_mixer_input_line_new ()

AgsMixerInputLine *
ags_mixer_input_line_new (AgsChannel *channel);

Creates an AgsMixerInputLine

Parameters

channel

the assigned channel

 

Returns

a new AgsMixerInputLine

Since: 0.4

Types and Values