Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── 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_n_properties
,gchar **child_strv
,GValue *child_value
);
Creates an AgsTrackCollection
child_type |
the child type |
|
child_n_properties |
the child properties count |
|
child_strv |
the child string vector |
|
child_value |
the child value array |
Since: 3.0.0