| Top |
| GList * | ags_connection_editor_listing_get_pad () |
| void | ags_connection_editor_listing_add_pad () |
| void | ags_connection_editor_listing_remove_pad () |
| AgsConnectionEditorListing * | ags_connection_editor_listing_new () |
| #define | AGS_CONNECTION_EDITOR_LISTING() |
| #define | AGS_CONNECTION_EDITOR_LISTING_CLASS() |
| #define | AGS_CONNECTION_EDITOR_LISTING_GET_CLASS() |
| #define | AGS_IS_CONNECTION_EDITOR_LISTING() |
| #define | AGS_IS_CONNECTION_EDITOR_LISTING_CLASS() |
| GType | ags_connection_editor_listing_get_type () |
| #define | AGS_TYPE_CONNECTION_EDITOR_LISTING |
| struct | AgsConnectionEditorListing |
| struct | AgsConnectionEditorListingClass |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkBox
╰── AgsConnectionEditorListing
AgsConnectionEditorListing implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable, AgsConnectable and AgsApplicable.
AgsConnectionEditorListing is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_listings.
GList *
ags_connection_editor_listing_get_pad (AgsConnectionEditorListing *connection_editor_listing);
Get pad.
Since: 4.0.0
void ags_connection_editor_listing_add_pad (AgsConnectionEditorListing *connection_editor_listing,AgsConnectionEditorPad *pad);
Add pad
to connection_editor_listing
.
Since: 4.0.0
void ags_connection_editor_listing_remove_pad (AgsConnectionEditorListing *connection_editor_listing,AgsConnectionEditorPad *pad);
Remove pad
from connection_editor_listing
.
Since: 4.0.0
AgsConnectionEditorListing *
ags_connection_editor_listing_new (GType channel_type);
Creates an AgsConnectionEditorListing
Since: 4.0.0
#define AGS_CONNECTION_EDITOR_LISTING(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_LISTING, AgsConnectionEditorListing))
#define AGS_CONNECTION_EDITOR_LISTING_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_LISTING, AgsConnectionEditorListingClass))
#define AGS_CONNECTION_EDITOR_LISTING_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_LISTING, AgsConnectionEditorListingClass))
#define AGS_IS_CONNECTION_EDITOR_LISTING(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_LISTING))
#define AGS_IS_CONNECTION_EDITOR_LISTING_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_LISTING))