| Top |
| GList * | ags_machine_editor_pad_get_line () |
| void | ags_machine_editor_pad_add_line () |
| void | ags_machine_editor_pad_remove_line () |
| AgsMachineEditorPad * | ags_machine_editor_pad_new () |
AgsMachineEditorPad is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_pads.
GList *
ags_machine_editor_pad_get_line (AgsMachineEditorPad *machine_editor_pad);
Get line.
Since: 4.0.0
void ags_machine_editor_pad_add_line (AgsMachineEditorPad *machine_editor_pad,AgsMachineEditorLine *line);
Add line
to machine_editor_pad
.
Since: 4.0.0
void ags_machine_editor_pad_remove_line (AgsMachineEditorPad *machine_editor_pad,AgsMachineEditorLine *line);
Remove line
from machine_editor_pad
.
Since: 4.0.0