Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_connection_editor_listing_get_pad () |
|
ags_connection_editor_listing_add_pad () |
|
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() |
|
ags_connection_editor_listing_get_type () |
Types and Values
#define | AGS_TYPE_CONNECTION_EDITOR_LISTING |
struct | AgsConnectionEditorListing |
struct | AgsConnectionEditorListingClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkBox ╰── AgsConnectionEditorListing
Implemented Interfaces
AgsConnectionEditorListing implements
Description
AgsConnectionEditorListing is a composite widget to edit all aspects of
Functions
ags_connection_editor_listing_get_pad ()
GList * ags_connection_editor_listing_get_pad (AgsConnectionEditorListing *connection_editor_listing
);
Get pad.
Since:
ags_connection_editor_listing_add_pad ()
void ags_connection_editor_listing_add_pad (AgsConnectionEditorListing *connection_editor_listing
,AgsConnectionEditorPad *pad
);
Add pad
to connection_editor_listing
.
Since:
ags_connection_editor_listing_remove_pad ()
void ags_connection_editor_listing_remove_pad (AgsConnectionEditorListing *connection_editor_listing
,AgsConnectionEditorPad *pad
);
Remove pad
from connection_editor_listing
.
Since:
ags_connection_editor_listing_new ()
AgsConnectionEditorListing *
ags_connection_editor_listing_new (GType channel_type
);
Creates an AgsConnectionEditorListing
Since:
AGS_CONNECTION_EDITOR_LISTING()
#define AGS_CONNECTION_EDITOR_LISTING(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_LISTING, AgsConnectionEditorListing))
AGS_CONNECTION_EDITOR_LISTING_CLASS()
#define AGS_CONNECTION_EDITOR_LISTING_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_LISTING, AgsConnectionEditorListingClass))
AGS_CONNECTION_EDITOR_LISTING_GET_CLASS()
#define AGS_CONNECTION_EDITOR_LISTING_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_LISTING, AgsConnectionEditorListingClass))
AGS_IS_CONNECTION_EDITOR_LISTING()
#define AGS_IS_CONNECTION_EDITOR_LISTING(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_LISTING))
AGS_IS_CONNECTION_EDITOR_LISTING_CLASS()
#define AGS_IS_CONNECTION_EDITOR_LISTING_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_LISTING))