| Top |
| void | ags_output_listing_editor_add_children () |
| AgsOutputListingEditor * | ags_output_listing_editor_new () |
| #define | AGS_IS_OUTPUT_LISTING_EDITOR() |
| #define | AGS_OUTPUT_LISTING_EDITOR() |
| #define | AGS_OUTPUT_LISTING_EDITOR_CLASS() |
| #define | AGS_OUTPUT_LISTING_EDITOR_GET_CLASS() |
| GType | ags_output_listing_editor_get_type () |
| #define | AGS_TYPE_OUTPUT_LISTING_EDITOR |
| struct | AgsOutputListingEditor |
| struct | AgsOutputListingEditorClass |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkVBox
╰── AgsPropertyEditor
╰── AgsPropertyListingEditor
╰── AgsOutputListingEditor
AgsOutputListingEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
void ags_output_listing_editor_add_children (AgsOutputListingEditor *output_listing_editor,AgsAudio *audio,guint nth_channel,gboolean connect);
Creates new pad editors or destroys them.
output_listing_editor |
||
audio |
the AgsAudio to use |
|
nth_channel |
nth channel to start creation until end |
|
connect |
if |
Since: 1.0.0
AgsOutputListingEditor *
ags_output_listing_editor_new (GType channel_type);
Creates an AgsOutputListingEditor
Since: 1.0.0
#define AGS_IS_OUTPUT_LISTING_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OUTPUT_LISTING_EDITOR))
#define AGS_OUTPUT_LISTING_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OUTPUT_LISTING_EDITOR, AgsOutputListingEditor))
#define AGS_OUTPUT_LISTING_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OUTPUT_LISTING_EDITOR, AgsOutputListingEditorClass))
#define AGS_OUTPUT_LISTING_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_OUTPUT_LISTING_EDITOR, AgsOutputListingEditorClass))