AgsPadEditor

AgsPadEditor — A composite widget to edit AgsChannel

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsChannel * channel Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsPadEditor

Implemented Interfaces

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

Includes

#include <ags/X/ags_pad_editor.h>

Description

AgsPadEditor is a composite widget to edit AgsChannel. It should be packed by an AgsPadEditor.

Functions

ags_pad_editor_set_channel ()

void
ags_pad_editor_set_channel (AgsPadEditor *pad_editor,
                            AgsChannel *channel);

Is called as channel gets modified.

Parameters

pad_editor

an AgsPadEditor

 

channel

the new AgsChannel

 

Since: 3.0.0


ags_pad_editor_new ()

AgsPadEditor *
ags_pad_editor_new (AgsChannel *channel);

Create a new instance of AgsPadEditor

Parameters

channel

the AgsChannel to edit

 

Returns

the new AgsPadEditor

Since: 3.0.0


AGS_IS_PAD_EDITOR()

#define AGS_IS_PAD_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PAD_EDITOR))

AGS_IS_PAD_EDITOR_CLASS()

#define AGS_IS_PAD_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PAD_EDITOR))

AGS_PAD_EDITOR()

#define AGS_PAD_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PAD_EDITOR, AgsPadEditor))

AGS_PAD_EDITOR_CLASS()

#define AGS_PAD_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PAD_EDITOR, AgsPadEditorClass))

AGS_PAD_EDITOR_GET_CLASS()

#define AGS_PAD_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_PAD_EDITOR, AgsPadEditorClass))

ags_pad_editor_get_type ()

GType
ags_pad_editor_get_type (void);

Types and Values

AGS_PAD_EDITOR_DEFAULT_VERSION

#define AGS_PAD_EDITOR_DEFAULT_VERSION "0.4.2"

AGS_PAD_EDITOR_DEFAULT_BUILD_ID

#define AGS_PAD_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36"

enum AgsPadEditorFlags

Members

AGS_PAD_EDITOR_CONNECTED

   

AGS_TYPE_PAD_EDITOR

#define AGS_TYPE_PAD_EDITOR                (ags_pad_editor_get_type())

struct AgsPadEditor

struct AgsPadEditor;

struct AgsPadEditorClass

struct AgsPadEditorClass {
  GtkBoxClass box;
};

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel which this pad editor is assigned with.

Owner: AgsPadEditor

Flags: Read / Write