AgsPropertyCollectionEditor

AgsPropertyCollectionEditor — Edit propertys in bulk mode.

Functions

Object Hierarchy

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

Implemented Interfaces

AgsPropertyCollectionEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/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,
                                    guint child_parameter_count,
                                    GParameter *child_parameter);

Creates an AgsPropertyCollectionEditor

Parameters

child_type

either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT

 

child_parameter_count

child parameter count

 

child_parameter

child parameter

 

Since: 0.3

Types and Values