AgsPropertyCollectionEditor

AgsPropertyCollectionEditor — Edit propertys in bulk mode.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── 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: 3.0.0


AGS_IS_PROPERTY_COLLECTION_EDITOR()

#define AGS_IS_PROPERTY_COLLECTION_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PROPERTY_COLLECTION_EDITOR))

AGS_PROPERTY_COLLECTION_EDITOR()

#define AGS_PROPERTY_COLLECTION_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PROPERTY_COLLECTION_EDITOR, AgsPropertyCollectionEditor))

AGS_PROPERTY_COLLECTION_EDITOR_CLASS()

#define AGS_PROPERTY_COLLECTION_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PROPERTY_COLLECTION_EDITOR, AgsPropertyCollectionEditorClass))

AGS_PROPERTY_COLLECTION_EDITOR_GET_CLASS()

#define AGS_PROPERTY_COLLECTION_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PROPERTY_COLLECTION_EDITOR, AgsPropertyCollectionEditorClass))

ags_property_collection_editor_get_type ()

GType
ags_property_collection_editor_get_type
                               ();

Types and Values

AGS_TYPE_PROPERTY_COLLECTION_EDITOR

#define AGS_TYPE_PROPERTY_COLLECTION_EDITOR                (ags_property_collection_editor_get_type())

struct AgsPropertyCollectionEditor

struct AgsPropertyCollectionEditor;

struct AgsPropertyCollectionEditorClass

struct AgsPropertyCollectionEditorClass {
  AgsPropertyEditorClass property_editor;
};