krähemann.com

AgsListingEditor

AgsListingEditor — pack pad editors.

Stability Level

Stable, unless otherwise indicated

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsPropertyEditor
                        ╰── AgsPropertyListingEditor
                            ╰── AgsListingEditor

Implemented Interfaces

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

Includes

#include <ags/X/ags_listing_editor.h>

Description

AgsListingEditor is a composite widget to pack AgsPadEditor.

Functions

ags_listing_editor_add_children ()

void
ags_listing_editor_add_children (AgsListingEditor *listing_editor,
                                 AgsAudio *audio,
                                 guint nth,
                                 gboolean connect);

Creates new pad editors or destroys them.

Parameters

listing_editor

the AgsListingEditor

 

audio

the AgsAudio to use

 

nth

nth channel to start creation until end

 

connect

if TRUE widget is connected and shown

 

Since: 3.0.0


ags_listing_editor_new ()

AgsListingEditor *
ags_listing_editor_new (GType channel_type);

Create a new instance of AgsListingEditor

Parameters

channel_type

the channel type to represent

 

Returns

the new AgsListingEditor

Since: 3.0.0


AGS_IS_LISTING_EDITOR()

#define AGS_IS_LISTING_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LISTING_EDITOR))

AGS_IS_LISTING_EDITOR_CLASS()

#define AGS_IS_LISTING_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LISTING_EDITOR))

AGS_LISTING_EDITOR()

#define AGS_LISTING_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LISTING_EDITOR, AgsListingEditor))

AGS_LISTING_EDITOR_CLASS()

#define AGS_LISTING_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LISTING_EDITOR, AgsListingEditorClass))

AGS_LISTING_EDITOR_GET_CLASS()

#define AGS_LISTING_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LISTING_EDITOR, AgsListingEditorClass))

ags_listing_editor_get_type ()

GType
ags_listing_editor_get_type ();

Types and Values

AGS_TYPE_LISTING_EDITOR

#define AGS_TYPE_LISTING_EDITOR                (ags_listing_editor_get_type())

struct AgsListingEditor

struct AgsListingEditor;

struct AgsListingEditorClass

struct AgsListingEditorClass {
  AgsPropertyListingEditorClass property_listing_editor;
};