AgsSelectAccelerationDialog

AgsSelectAccelerationDialog — select tool

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkWindow
                ╰── GtkDialog
                    ╰── AgsSelectAccelerationDialog

Implemented Interfaces

AgsSelectAccelerationDialog implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager, GtkRoot, AgsConnectable and AgsApplicable.

Includes

#include <ags/app/editor/ags_select_acceleration_dialog.h>

Description

The AgsSelectAccelerationDialog lets you select accelerations.

Functions

ags_select_acceleration_dialog_new ()

AgsSelectAccelerationDialog *
ags_select_acceleration_dialog_new ();

Create a new AgsSelectAccelerationDialog.

Since: 3.0.0


AGS_IS_SELECT_ACCELERATION_DIALOG()

#define AGS_IS_SELECT_ACCELERATION_DIALOG(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SELECT_ACCELERATION_DIALOG))

AGS_IS_SELECT_ACCELERATION_DIALOG_CLASS()

#define AGS_IS_SELECT_ACCELERATION_DIALOG_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SELECT_ACCELERATION_DIALOG))

AGS_SELECT_ACCELERATION_DIALOG()

#define AGS_SELECT_ACCELERATION_DIALOG(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SELECT_ACCELERATION_DIALOG, AgsSelectAccelerationDialog))

AGS_SELECT_ACCELERATION_DIALOG_CLASS()

#define AGS_SELECT_ACCELERATION_DIALOG_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SELECT_ACCELERATION_DIALOG, AgsSelectAccelerationDialogClass))

AGS_SELECT_ACCELERATION_DIALOG_GET_CLASS()

#define AGS_SELECT_ACCELERATION_DIALOG_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_SELECT_ACCELERATION_DIALOG, AgsSelectAccelerationDialogClass))

ags_select_acceleration_dialog_get_type ()

GType
ags_select_acceleration_dialog_get_type
                               (void);

Types and Values

AGS_SELECT_ACCELERATION_MAX_BEATS

#define AGS_SELECT_ACCELERATION_MAX_BEATS (16 * 1200)

AGS_SELECT_ACCELERATION_DEFAULT_WIDTH

#define AGS_SELECT_ACCELERATION_DEFAULT_WIDTH (64)

AGS_TYPE_SELECT_ACCELERATION_DIALOG

#define AGS_TYPE_SELECT_ACCELERATION_DIALOG                (ags_select_acceleration_dialog_get_type())

struct AgsSelectAccelerationDialog

struct AgsSelectAccelerationDialog;

struct AgsSelectAccelerationDialogClass

struct AgsSelectAccelerationDialogClass {
  GtkDialogClass dialog;
};