AgsPropertyEditor

AgsPropertyEditor — Property of audio, channels or pads in bulk mode.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsPropertyEditor
                            ├── AgsPropertyListingEditor
                            ╰── AgsPropertyCollectionEditor

Implemented Interfaces

AgsPropertyEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

Includes

#include <ags/X/ags_property_editor.h>

Description

AgsPropertyEditor is a composite widget to property. A property editor should be packed by a AgsPropertyCollectionEditor.

Functions

ags_property_editor_new ()

AgsPropertyEditor *
ags_property_editor_new ();

Create a new instance of AgsPropertyEditor

Returns

the new AgsPropertyEditor

Since: 3.0.0


AGS_IS_PROPERTY_EDITOR()

#define AGS_IS_PROPERTY_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PROPERTY_EDITOR))

AGS_PROPERTY_EDITOR()

#define AGS_PROPERTY_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PROPERTY_EDITOR, AgsPropertyEditor))

AGS_PROPERTY_EDITOR_CLASS()

#define AGS_PROPERTY_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PROPERTY_EDITOR, AgsPropertyEditorClass))

AGS_PROPERTY_EDITOR_GET_CLASS()

#define AGS_PROPERTY_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PROPERTY_EDITOR, AgsPropertyEditorClass))

ags_property_editor_get_type ()

GType
ags_property_editor_get_type ();

Types and Values

enum AgsPropertyEditorFlags

Members

AGS_PROPERTY_EDITOR_CONNECTED

   

AGS_PROPERTY_EDITOR_ENABLED

   

AGS_TYPE_PROPERTY_EDITOR

#define AGS_TYPE_PROPERTY_EDITOR                (ags_property_editor_get_type())

struct AgsPropertyEditor

struct AgsPropertyEditor;

struct AgsPropertyEditorClass

struct AgsPropertyEditorClass {
  GtkVBoxClass vbox;

  void (*apply)(AgsPropertyEditor *property_editor);
};