AgsLineEditor

AgsLineEditor — A composite widget to edit AgsChannel

Functions

Properties

AgsChannel * channel Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsLineEditor

Implemented Interfaces

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

Includes

#include <ags/X/ags_line_editor.h>

Description

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

Functions

ags_line_editor_set_channel ()

void
ags_line_editor_set_channel (AgsLineEditor *line_editor,
                             AgsChannel *channel);

Is called as channel gets modified.

Parameters

line_editor

an AgsLineEditor

 

channel

the new AgsChannel

 

Since: 0.3


ags_line_editor_new ()

AgsLineEditor *
ags_line_editor_new (AgsChannel *channel);

Creates an AgsLineEditor

Parameters

channel

the channel to edit

 

Returns

a new AgsLineEditor

Since: 0.3

Types and Values

AGS_LINE_EDITOR_DEFAULT_VERSION

#define AGS_LINE_EDITOR_DEFAULT_VERSION "0.4.2\0"


AGS_LINE_EDITOR_DEFAULT_BUILD_ID

#define AGS_LINE_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel which this pad editor is assigned with.

Flags: Read / Write

Since: 0.3