AgsAutomationEditBox

AgsAutomationEditBox — box widget

Stability Level

Stable, unless otherwise indicated

Functions

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsAutomationEditBox

Includes

#include <ags/widget/ags_automation_edit_box.h>

Description

The AgsAutomationEditBox is a box widget containing AgsAutomationEdit.

Functions

ags_automation_edit_box_get_automation_edit ()

GList *
ags_automation_edit_box_get_automation_edit
                               (AgsAutomationEditBox *automation_edit_box);

Get automation_edit.

Parameters

automation_edit_box

the AgsAutomationEditBox

 

Returns

the GList containing AgsAutomationEdit

Since: 4.0.0


ags_automation_edit_box_add_automation_edit ()

void
ags_automation_edit_box_add_automation_edit
                               (AgsAutomationEditBox *automation_edit_box,
                                AgsAutomationEdit *automation_edit);

Add automation_edit to automation_edit_box .

Parameters

automation_edit_box

the AgsAutomationEditBox

 

automation_edit

the AgsAutomationEdit

 

Since: 4.0.0


ags_automation_edit_box_remove_automation_edit ()

void
ags_automation_edit_box_remove_automation_edit
                               (AgsAutomationEditBox *automation_edit_box,
                                AgsAutomationEdit *automation_edit);

Remove automation_edit at position of automation_edit_box .

Parameters

automation_edit_box

the AgsAutomationEditBox

 

automation_edit

the AgsAutomationEdit

 

Since: 4.0.0


ags_automation_edit_box_child_width_request ()

void
ags_automation_edit_box_child_width_request
                               (AgsAutomationEditBox *automation_edit_box,
                                GtkWidget *automation_edit,
                                gint width_request);

Notify about child automation_edit width request.

Parameters

automation_edit_box

the AgsAutomationEditBox

 

automation_edit

the AgsAutomationEdit

 

width_request

the automation_edit's width-request

 

Since: 4.0.0


ags_automation_edit_box_child_height_request ()

void
ags_automation_edit_box_child_height_request
                               (AgsAutomationEditBox *automation_edit_box,
                                GtkWidget *automation_edit,
                                gint height_request);

Notify about child automation_edit height request.

Parameters

automation_edit_box

the AgsAutomationEditBox

 

automation_edit

the AgsAutomationEdit

 

height_request

the automation_edit's height-request

 

Since: 4.0.0


ags_automation_edit_box_new ()

AgsAutomationEditBox *
ags_automation_edit_box_new (GtkOrientation orientation);

Create a new instance of AgsAutomationEditBox.

Parameters

orientation

the GtkOrientation

 

Returns

the new AgsAutomationEditBox instance

Since: 3.0.0

Types and Values

AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT

#define AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT (128)

AGS_AUTOMATION_EDIT_BOX_DEFAULT_SPACING

#define AGS_AUTOMATION_EDIT_BOX_DEFAULT_SPACING (6)

Signal Details

The “child-height-request” signal

void
user_function (AgsAutomationEditBox *automation_edit_box,
               GObject              *arg1,
               int                   arg2,
               gpointer              user_data)

The ::child-height-request

Parameters

automation_edit_box

the AgsAutomationEditBox.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 4.0.0


The “child-width-request” signal

void
user_function (AgsAutomationEditBox *automation_edit_box,
               GObject              *arg1,
               int                   arg2,
               gpointer              user_data)

The ::child-width-request

Parameters

automation_edit_box

the AgsAutomationEditBox.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 4.0.0