AgsPropertyCollectionEditor

AgsPropertyCollectionEditor — Edit propertys in bulk mode.

Stability Level

Stable, unless otherwise indicated

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsPropertyEditor
                        ╰── AgsPropertyCollectionEditor

Includes

#include <ags/app/ags_property_collection_editor.h>

Description

AgsPropertyCollectionEditor is a composite widget to modify propertys in bulk mode. A property collection editor should be packed by a AgsMachineEditor.

Functions

ags_property_collection_editor_new ()

AgsPropertyCollectionEditor *
ags_property_collection_editor_new (GType child_type,
                                    gchar **child_strv,
                                    GValue *child_value);

Creates an AgsPropertyCollectionEditor

Parameters

child_type

either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT

 

child_strv

child string vector

 

child_value

child value

 

Since: 3.0.0