AgsLinkCollectionEditor

AgsLinkCollectionEditor — Edit links in bulk mode.

Functions

Properties

GType * channel-type Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkTable
                        ╰── AgsLinkCollectionEditor

Implemented Interfaces

AgsLinkCollectionEditor implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/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_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);

Creates an AgsLinkCollectionEditor

Parameters

channel_type

either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT

 

Returns

a new AgsLinkCollectionEditor

Since: 0.3

Types and Values

Property Details

The “channel-type” property

  “channel-type”             GType *

The channel type which this channel link collection editor is assigned with.

Flags: Read / Write

Allowed values: void

Since: 0.3