AgsRampAccelerationDialog

AgsRampAccelerationDialog — ramp tool

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsWindow * main-window Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── AgsRampAccelerationDialog

Implemented Interfaces

AgsRampAccelerationDialog implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/editor/ags_ramp_acceleration_dialog.h>

Description

The AgsRampAccelerationDialog lets you ramp accelerations.

Functions

ags_ramp_acceleration_dialog_new ()

AgsRampAccelerationDialog *
ags_ramp_acceleration_dialog_new (GtkWidget *main_window);

Create a new instance of AgsRampAccelerationDialog.

Parameters

main_window

the AgsWindow

 

Returns

the new AgsRampAccelerationDialog

Since: 3.0.0


AGS_IS_RAMP_ACCELERATION_DIALOG()

#define AGS_IS_RAMP_ACCELERATION_DIALOG(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RAMP_ACCELERATION_DIALOG))

AGS_IS_RAMP_ACCELERATION_DIALOG_CLASS()

#define AGS_IS_RAMP_ACCELERATION_DIALOG_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RAMP_ACCELERATION_DIALOG))

AGS_RAMP_ACCELERATION_DIALOG()

#define AGS_RAMP_ACCELERATION_DIALOG(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RAMP_ACCELERATION_DIALOG, AgsRampAccelerationDialog))

AGS_RAMP_ACCELERATION_DIALOG_CLASS()

#define AGS_RAMP_ACCELERATION_DIALOG_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RAMP_ACCELERATION_DIALOG, AgsRampAccelerationDialogClass))

AGS_RAMP_ACCELERATION_DIALOG_GET_CLASS()

#define AGS_RAMP_ACCELERATION_DIALOG_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_RAMP_ACCELERATION_DIALOG, AgsRampAccelerationDialogClass))

ags_ramp_acceleration_dialog_get_type ()

GType
ags_ramp_acceleration_dialog_get_type (void);

Types and Values

AGS_RAMP_ACCELERATION_MAX_BEATS

#define AGS_RAMP_ACCELERATION_MAX_BEATS (16 * 16 * 1200)

AGS_RAMP_ACCELERATION_MAX_STEPS

#define AGS_RAMP_ACCELERATION_MAX_STEPS (128)

AGS_RAMP_ACCELERATION_DEFAULT_WIDTH

#define AGS_RAMP_ACCELERATION_DEFAULT_WIDTH (64)

enum AgsRampAccelerationDialogFlags

Members

AGS_RAMP_ACCELERATION_DIALOG_CONNECTED

   

AGS_TYPE_RAMP_ACCELERATION_DIALOG

#define AGS_TYPE_RAMP_ACCELERATION_DIALOG                (ags_ramp_acceleration_dialog_get_type())

struct AgsRampAccelerationDialog

struct AgsRampAccelerationDialog;

struct AgsRampAccelerationDialogClass

struct AgsRampAccelerationDialogClass {
  GtkDialogClass dialog;
};

Property Details

The “main-window” property

  “main-window”              AgsWindow *

The assigned AgsWindow.

Owner: AgsRampAccelerationDialog

Flags: Read / Write

Since: 3.0.0