AgsMachineEditorDialog

AgsMachineEditorDialog — edit machine settings

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkWindow
                ╰── GtkDialog
                    ╰── AgsMachineEditorDialog

Implemented Interfaces

AgsMachineEditorDialog implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager and GtkRoot.

Includes

#include <ags/app/ags_machine_editor_dialog.h>

Description

AgsMachineEditorDialog is a dialog widget to edit machine settings.

Functions

ags_machine_editor_dialog_new ()

AgsMachineEditorDialog *
ags_machine_editor_dialog_new (gchar *title,
                               GtkWindow *transient_for);

Creates an AgsMachineEditorDialog

Parameters

title

the title

 

transient_for

the transient for

 

Returns

a new AgsMachineEditorDialog

Since: 4.0.0


AGS_IS_MACHINE_EDITOR_DIALOG()

#define AGS_IS_MACHINE_EDITOR_DIALOG(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR_DIALOG))

AGS_IS_MACHINE_EDITOR_DIALOG_CLASS()

#define AGS_IS_MACHINE_EDITOR_DIALOG_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_EDITOR_DIALOG))

AGS_MACHINE_EDITOR_DIALOG()

#define AGS_MACHINE_EDITOR_DIALOG(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR_DIALOG, AgsMachineEditorDialog))

AGS_MACHINE_EDITOR_DIALOG_CLASS()

#define AGS_MACHINE_EDITOR_DIALOG_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR_DIALOG, AgsMachineEditorDialogClass))

AGS_MACHINE_EDITOR_DIALOG_GET_CLASS()

#define AGS_MACHINE_EDITOR_DIALOG_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR_DIALOG, AgsMachineEditorDialogClass))

ags_machine_editor_dialog_get_type ()

GType
ags_machine_editor_dialog_get_type (void);

Types and Values

AGS_TYPE_MACHINE_EDITOR_DIALOG

#define AGS_TYPE_MACHINE_EDITOR_DIALOG                (ags_machine_editor_dialog_get_type())

struct AgsMachineEditorDialog

struct AgsMachineEditorDialog;

struct AgsMachineEditorDialogClass

struct AgsMachineEditorDialogClass {
  GtkDialogClass dialog;
};