AgsPositionAutomationCursorDialog

AgsPositionAutomationCursorDialog — position tool

Functions

Properties

AgsWindow * main-window Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsPositionAutomationCursorDialog implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

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

Description

The AgsPositionAutomationCursorDialog lets you position automation editor cursor.

Functions

ags_position_automation_cursor_dialog_new ()

AgsPositionAutomationCursorDialog *
ags_position_automation_cursor_dialog_new
                               (GtkWidget *main_window);

Create a new AgsPositionAutomationCursorDialog.

Parameters

main_window

the AgsWindow

 

Since: 3.0.0


AGS_IS_POSITION_AUTOMATION_CURSOR_DIALOG()

#define AGS_IS_POSITION_AUTOMATION_CURSOR_DIALOG(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_POSITION_AUTOMATION_CURSOR_DIALOG))

AGS_POSITION_AUTOMATION_CURSOR_DIALOG()

#define AGS_POSITION_AUTOMATION_CURSOR_DIALOG(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_POSITION_AUTOMATION_CURSOR_DIALOG, AgsPositionAutomationCursorDialog))

AGS_POSITION_AUTOMATION_CURSOR_DIALOG_CLASS()

#define AGS_POSITION_AUTOMATION_CURSOR_DIALOG_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_POSITION_AUTOMATION_CURSOR_DIALOG, AgsPositionAutomationCursorDialogClass))

AGS_POSITION_AUTOMATION_CURSOR_DIALOG_GET_CLASS()

#define AGS_POSITION_AUTOMATION_CURSOR_DIALOG_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_POSITION_AUTOMATION_CURSOR_DIALOG, AgsPositionAutomationCursorDialogClass))

ags_position_automation_cursor_dialog_get_type ()

GType
ags_position_automation_cursor_dialog_get_type
                               (void);

Types and Values

AGS_POSITION_AUTOMATION_CURSOR_MAX_BEATS

#define AGS_POSITION_AUTOMATION_CURSOR_MAX_BEATS (16 * 1200)

enum AgsPositionAutomationCursorDialogFlags

Members

AGS_POSITION_AUTOMATION_CURSOR_DIALOG_CONNECTED

   

AGS_TYPE_POSITION_AUTOMATION_CURSOR_DIALOG

#define AGS_TYPE_POSITION_AUTOMATION_CURSOR_DIALOG                (ags_position_automation_cursor_dialog_get_type())

struct AgsPositionAutomationCursorDialog

struct AgsPositionAutomationCursorDialog;

struct AgsPositionAutomationCursorDialogClass

struct AgsPositionAutomationCursorDialogClass {
  GtkDialogClass dialog;
};

Property Details

The “main-window” property

  “main-window”              AgsWindow *

The assigned AgsWindow.

Owner: AgsPositionAutomationCursorDialog

Flags: Read / Write

Since: 3.0.0