Top |
void | ags_envelope_dialog_load_preset () |
void | ags_envelope_dialog_add_pattern_tab () |
void | ags_envelope_dialog_response () |
AgsEnvelopeDialog * | ags_envelope_dialog_new () |
void
ags_envelope_dialog_load_preset (AgsEnvelopeDialog *envelope_dialog
);
Load presets.
Since: 3.0.0
void
ags_envelope_dialog_add_pattern_tab (AgsEnvelopeDialog *envelope_dialog
);
Add pattern tab.
Since: 3.0.0
void ags_envelope_dialog_response (AgsEnvelopeDialog *envelope_dialog
,gint response_id
);
Response envelope_dialog
due to user action.
Since: 6.11.0
AgsEnvelopeDialog * ags_envelope_dialog_new (gchar *title
,GtkWindow *transient_for
,AgsMachine *machine
);
Creates an AgsEnvelopeDialog
Since: 3.0.0