AgsOutputListingEditor

AgsOutputListingEditor — pack output editors

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsPropertyEditor
                                ╰── AgsPropertyListingEditor
                                    ╰── AgsOutputListingEditor

Includes

#include <ags/X/ags_output_listing_editor.h>

Description

AgsOutputListingEditor is a composite widget to pack AgsOutputEditor.

Functions

ags_output_listing_editor_add_children ()

void
ags_output_listing_editor_add_children
                               (AgsOutputListingEditor *listing_editor,
                                AgsAudio *audio,
                                guint nth_channel,
                                gboolean connect);

Creates new pad editors or destroys them.

Parameters

output_listing_editor

the AgsOutputListingEditor

 

audio

the AgsAudio to use

 

nth_channel

nth channel to start creation until end

 

connect

if TRUE widget is connected and shown

 

Since: 0.7.131


ags_output_listing_editor_new ()

AgsOutputListingEditor *
ags_output_listing_editor_new (GType channel_type);

Creates an AgsOutputListingEditor

Parameters

channel_type

the channel type to represent

 

Returns

a new AgsOutputListingEditor

Since: 0.7.131

Types and Values