AgsPropertyEditor

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

Synopsis

#include <ags/X/ags_property_editor.h>

struct              AgsPropertyEditor;
struct              AgsPropertyEditorClass;
enum                AgsPropertyEditorFlags;
AgsPropertyEditor * ags_property_editor_new             ();

Description

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

Details

struct AgsPropertyEditor

struct AgsPropertyEditor {
  GtkVBox vbox;

  guint flags;

  GtkCheckButton *enabled;
};

struct AgsPropertyEditorClass

struct AgsPropertyEditorClass {
  GtkVBoxClass vbox;

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

enum AgsPropertyEditorFlags

typedef enum {
  AGS_PROPERTY_EDITOR_ENABLED   =  1,
} AgsPropertyEditorFlags;

ags_property_editor_new ()

AgsPropertyEditor * ags_property_editor_new             ();

Creates an AgsPropertyEditor

Returns :

a new AgsPropertyEditor

Since 0.3