| Advanced Gtk+ Sequencer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <ags/X/ags_listing_editor.h> struct AgsListingEditor; struct AgsListingEditorClass;void ags_listing_editor_add_children (AgsListingEditor *listing_editor,AgsAudio *audio,,guint nth_channel); AgsListingEditor * ags_listing_editor_new (gboolean connect);GType channel_type
struct AgsListingEditor {
AgsPropertyListingEditor property_listing_editor;
GType channel_type;
GtkVBox *child;
};
struct AgsListingEditorClass {
AgsPropertyListingEditorClass property_listing_editor;
};
void ags_listing_editor_add_children (AgsListingEditor *listing_editor,AgsAudio *audio,,guint nth_channel);gboolean connect
Creates new pad editors or destroys them.
|
the AgsAudio to use |
|
nth channel to start creation until end |
|
if TRUE |
Since 0.3
AgsListingEditor * ags_listing_editor_new (GType channel_type);
Creates an AgsListingEditor
|
the channel type to represent |
Returns : |
a new AgsListingEditor |
Since 0.3