| Top |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkVBox
╰── AgsTrackCollection
AgsTrackCollection is a composite widget to property. A property editor should be packed by a AgsPropertyCollectionEditor.
void
ags_track_collection_parse (AgsTrackCollection *track_collection);
void ags_track_collection_add_mapper (AgsTrackCollection *track_collection,xmlNode *track,gchar *instrument,gchar *sequence);
AgsTrackCollection * ags_track_collection_new (GType child_type,guint child_parameter_count,GParameter *child_parameter);
Creates an AgsTrackCollection
child_type |
the child type |
|
child_parameter_count |
the child parameter count |
|
child_parameter |
the child parameters |
Since: 0.7.0