AgsWaveEditBox

AgsWaveEditBox — abstract box widget

Stability Level

Stable, unless otherwise indicated

Functions

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsWaveEditBox

Includes

#include <ags/widget/ags_wave_edit_box.h>

Description

The AgsWaveEditBox is an abstract box widget containing AgsWaveEdit.

Functions

ags_wave_edit_box_get_wave_edit ()

GList *
ags_wave_edit_box_get_wave_edit (AgsWaveEditBox *wave_edit_box);

Get wave_edit.

Parameters

wave_edit_box

the AgsWaveEditBox

 

Returns

the GList containing AgsWaveEdit

Since: 4.0.0


ags_wave_edit_box_add_wave_edit ()

void
ags_wave_edit_box_add_wave_edit (AgsWaveEditBox *wave_edit_box,
                                 AgsWaveEdit *wave_edit);

Add wave_edit to wave_edit_box .

Parameters

wave_edit_box

the AgsWaveEditBox

 

wave_edit

the AgsWaveEdit

 

Since: 4.0.0


ags_wave_edit_box_remove_wave_edit ()

void
ags_wave_edit_box_remove_wave_edit (AgsWaveEditBox *wave_edit_box,
                                    AgsWaveEdit *wave_edit);

Remove wave_edit at position of wave_edit_box .

Parameters

wave_edit_box

the AgsWaveEditBox

 

wave_edit

the AgsWaveEdit

 

Since: 4.0.0


ags_wave_edit_box_child_width_request ()

void
ags_wave_edit_box_child_width_request (AgsWaveEditBox *wave_edit_box,
                                       GtkWidget *wave_edit,
                                       gint width_request);

Notify about child wave_edit width request.

Parameters

wave_edit_box

the AgsWaveEditBox

 

wave_edit

the AgsWaveEdit

 

width_request

the wave_edit's width-request

 

Since: 4.0.0


ags_wave_edit_box_child_height_request ()

void
ags_wave_edit_box_child_height_request
                               (AgsWaveEditBox *wave_edit_box,
                                GtkWidget *wave_edit,
                                gint height_request);

Notify about child wave_edit height request.

Parameters

wave_edit_box

the AgsWaveEditBox

 

wave_edit

the AgsWaveEdit

 

height_request

the wave_edit's height-request

 

Since: 4.0.0


ags_wave_edit_box_new ()

AgsWaveEditBox *
ags_wave_edit_box_new (GtkOrientation orientation);

Create a new instance of AgsWaveEditBox.

Parameters

orientation

the GtkOrientation

 

Returns

the new AgsWaveEditBox instance

Since: 3.0.0

Types and Values

AGS_WAVE_EDIT_BOX_DEFAULT_WAVE_HEIGHT

#define AGS_WAVE_EDIT_BOX_DEFAULT_WAVE_HEIGHT (128)

AGS_WAVE_EDIT_BOX_DEFAULT_SPACING

#define AGS_WAVE_EDIT_BOX_DEFAULT_SPACING (8)

Signal Details

The “child-height-request” signal

void
user_function (AgsWaveEditBox *wave_edit_box,
               GObject        *arg1,
               int             arg2,
               gpointer        user_data)

The ::child-height-request

Parameters

wave_edit_box

the AgsWaveEditBox.

 

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 (AgsWaveEditBox *wave_edit_box,
               GObject        *arg1,
               int             arg2,
               gpointer        user_data)

The ::child-width-request

Parameters

wave_edit_box

the AgsWaveEditBox.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 4.0.0