| 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 ╰── 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,gboolean connect);
Creates new pad editors or destroys them.
Since: 3.0.0
AgsOutputListingEditor *
ags_output_listing_editor_new (GType channel_type);
Create a new instance of AgsOutputListingEditor
Since: 3.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))