AgsMachineEditorDialog

AgsMachineEditorDialog — edit machine settings

Stability Level

Stable, unless otherwise indicated

Functions

Object Hierarchy

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

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