Top |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsTrackCollection
AgsTrackCollection implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
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.4.3
“midi-document”
property“midi-document” gpointer
The midi document this track collection is assigned to.
Flags: Read / Write
Since: 0.4.3