AgsMachineEditorDialog

AgsMachineEditorDialog — edit machine settings

Stability Level

Stable, unless otherwise indicated

Functions

void ags_machine_editor_dialog_response ()
AgsMachineEditorDialog * ags_machine_editor_dialog_new ()

Includes

#include <ags/app/ags_machine_editor_dialog.h>

Description

AgsMachineEditorDialog is a dialog widget to edit machine settings.

Functions

ags_machine_editor_dialog_response ()

void
ags_machine_editor_dialog_response (AgsMachineEditorDialog *machine_editor_dialog,
                                    gint response_id);

Response machine_editor_dialog due to user action.

Parameters

machine_editor_dialog

the AgsMachineEditorDialog

 

response

the response

 

Since: 6.10.0


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