Top |
xmlNode * | ags_machine_editor_bulk_to_xml_node () |
void | ags_machine_editor_bulk_from_xml_node () |
AgsMachineEditorBulk * | ags_machine_editor_bulk_new () |
AgsMachineEditorBulk is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor bulks.
xmlNode *
ags_machine_editor_bulk_to_xml_node (AgsMachineEditorBulk *machine_editor_bulk
);
Serialize machine_editor_bulk
to xmlNode.
Since: 4.0.0
void ags_machine_editor_bulk_from_xml_node (AgsMachineEditorBulk *machine_editor_bulk
,xmlNode *node
);
Parse node
and apply to machine_editor_bulk
.
Since: 4.0.0