AgsLinkCollectionEditor

AgsLinkCollectionEditor — edit links in bulk mode.

Stability Level

Stable, unless otherwise indicated

Functions

Properties

GType * channel-type Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkGrid
                    ╰── AgsLinkCollectionEditor

Includes

#include <ags/app/ags_link_collection_editor.h>

Description

AgsLinkCollectionEditor is a composite widget to modify links in bulk mode. A link collection editor should be packed by a AgsMachineEditor.

Functions

ags_link_collection_editor_check ()

void
ags_link_collection_editor_check (AgsLinkCollectionEditor *link_collection_editor);

Checks for possible channels to link. And modifies its ranges.

Parameters

link_collection_editor

the AgsLinkCollectionEditor

 

Since: 3.0.0


ags_link_collection_editor_check_first_line ()

void
ags_link_collection_editor_check_first_line
                               (AgsLinkCollectionEditor *link_collection_editor);

ags_link_collection_editor_check_first_link ()

void
ags_link_collection_editor_check_first_link
                               (AgsLinkCollectionEditor *link_collection_editor);

ags_link_collection_editor_check_count ()

void
ags_link_collection_editor_check_count
                               (AgsLinkCollectionEditor *link_collection_editor);

ags_link_collection_editor_new ()

AgsLinkCollectionEditor *
ags_link_collection_editor_new (GType channel_type);

Create a new instance of AgsLinkCollectionEditor

Parameters

channel_type

either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT

 

Returns

the new AgsLinkCollectionEditor

Since: 3.0.0

Types and Values

enum AgsLinkCollectionEditorFlags

Members

AGS_LINK_COLLECTION_EDITOR_CONNECTED

   

Property Details

The “channel-type” property

  “channel-type”             GType *

The channel type to apply to. Either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT.

Owner: AgsLinkCollectionEditor

Flags: Read / Write

Allowed values: void

Since: 3.0.0