AgsLineEditor

AgsLineEditor — A composite widget to edit AgsChannel

Functions

Properties

AgsChannel * channel Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── 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: 3.0.0


ags_line_editor_new ()

AgsLineEditor *
ags_line_editor_new (AgsChannel *channel);

Create a new instance of AgsLineEditor

Parameters

channel

the channel to edit

 

Returns

the new AgsLineEditor

Since: 3.0.0


AGS_IS_LINE_EDITOR()

#define AGS_IS_LINE_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINE_EDITOR))

AGS_IS_LINE_EDITOR_CLASS()

#define AGS_IS_LINE_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LINE_EDITOR))

AGS_LINE_EDITOR()

#define AGS_LINE_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINE_EDITOR, AgsLineEditor))

AGS_LINE_EDITOR_CLASS()

#define AGS_LINE_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINE_EDITOR, AgsLineEditorClass))

AGS_LINE_EDITOR_GET_CLASS()

#define AGS_LINE_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LINE_EDITOR, AgsLineEditorClass))

ags_line_editor_get_type ()

GType
ags_line_editor_get_type (void);

Types and Values

AGS_LINE_EDITOR_DEFAULT_VERSION

#define AGS_LINE_EDITOR_DEFAULT_VERSION "0.4.2"

AGS_LINE_EDITOR_DEFAULT_BUILD_ID

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

enum AgsLineEditorFlags

Members

AGS_LINE_EDITOR_CONNECTED

   

AGS_TYPE_LINE_EDITOR

#define AGS_TYPE_LINE_EDITOR                (ags_line_editor_get_type())

struct AgsLineEditor

struct AgsLineEditor;

struct AgsLineEditorClass

struct AgsLineEditorClass {
  GtkVBoxClass vbox;
};

Property Details

The “channel” property

  “channel”                  AgsChannel *

The assigned AgsChannel to edit.

Owner: AgsLineEditor

Flags: Read / Write

Since: 3.0.0