AgsWaveEditBox

AgsWaveEditBox — abstract box widget

Stability Level

Stable, unless otherwise indicated

Functions

Properties

guint fixed-edit-height Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsWaveEditBox
                        ╰── AgsVWaveEditBox

Includes

#include <ags/widget/ags_wave_edit_box.h>

Description

The AgsWaveEditBox is an abstract box widget containing AgsWaveEdit.

Functions

ags_wave_edit_box_new ()

AgsWaveEditBox *
ags_wave_edit_box_new ();

Create a new instance of AgsWaveEditBox.

Returns

the new AgsWaveEditBox instance

Since: 3.0.0

Types and Values

AGS_WAVE_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT

#define AGS_WAVE_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT (128)

enum AgsWaveEditBoxFlags

Members

AGS_WAVE_EDIT_BOX_FIXED_EDIT_SIZE

   

Property Details

The “fixed-edit-height” property

  “fixed-edit-height”        guint

The fixed height of a edit.

Owner: AgsWaveEditBox

Flags: Read / Write

Default value: 128

Since: 3.0.0