AgsInputEditor

AgsInputEditor — A composite widget to edit AgsChannel

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsInputEditor

Implemented Interfaces

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

Includes

#include <ags/X/ags_input_editor.h>

Description

AgsInputEditor is a composite widget to edit AgsChannel.

Functions

ags_input_editor_check ()

void
ags_input_editor_check (AgsInputEditor *input_editor);

Checks for possible channels to input. And modifies its ranges.

Parameters

input_editor

the AgsInputEditor

 

Since: 3.0.0


ags_input_editor_new ()

AgsInputEditor *
ags_input_editor_new ();

Create a new instance of AgsInputEditor

Returns

the new AgsInputEditor

Since: 3.0.0


AGS_INPUT_EDITOR()

#define AGS_INPUT_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INPUT_EDITOR, AgsInputEditor))

AGS_INPUT_EDITOR_CLASS()

#define AGS_INPUT_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INPUT_EDITOR, AgsInputEditorClass))

AGS_INPUT_EDITOR_GET_CLASS()

#define AGS_INPUT_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INPUT_EDITOR, AgsInputEditorClass))

AGS_IS_INPUT_EDITOR()

#define AGS_IS_INPUT_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_INPUT_EDITOR))

AGS_IS_INPUT_EDITOR_CLASS()

#define AGS_IS_INPUT_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_INPUT_EDITOR))

ags_input_editor_get_type ()

GType
ags_input_editor_get_type (void);

Types and Values

AGS_INPUT_EDITOR_DEFAULT_VERSION

#define AGS_INPUT_EDITOR_DEFAULT_VERSION "2.0.0"

AGS_INPUT_EDITOR_DEFAULT_BUILD_ID

#define AGS_INPUT_EDITOR_DEFAULT_BUILD_ID "Sun Aug 26 18:34:53 UTC 2018"

enum AgsInputEditorFlags

Members

AGS_INPUT_EDITOR_CONNECTED

   

AGS_TYPE_INPUT_EDITOR

#define AGS_TYPE_INPUT_EDITOR                (ags_input_editor_get_type())

struct AgsInputEditor

struct AgsInputEditor;

struct AgsInputEditorClass

struct AgsInputEditorClass {
  GtkBoxClass box;
};