Top | ![]() |
![]() |
![]() |
![]() |
Functions
AgsConnectionEditorLine * | ags_connection_editor_line_new () |
#define | AGS_CONNECTION_EDITOR_LINE() |
#define | AGS_CONNECTION_EDITOR_LINE_CLASS() |
#define | AGS_CONNECTION_EDITOR_LINE_GET_CLASS() |
#define | AGS_IS_CONNECTION_EDITOR_LINE() |
#define | AGS_IS_CONNECTION_EDITOR_LINE_CLASS() |
|
ags_connection_editor_line_get_type () |
Types and Values
#define | AGS_TYPE_CONNECTION_EDITOR_LINE |
struct | AgsConnectionEditorLine |
struct | AgsConnectionEditorLineClass |
Implemented Interfaces
AgsConnectionEditorLine implements
Description
AgsConnectionEditorLine is a composite widget to edit all aspects of
Functions
ags_connection_editor_line_new ()
AgsConnectionEditorLine *
ags_connection_editor_line_new (AgsChannel *channel
);
Creates an AgsConnectionEditorLine
Since:
AGS_CONNECTION_EDITOR_LINE()
#define AGS_CONNECTION_EDITOR_LINE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_LINE, AgsConnectionEditorLine))
AGS_CONNECTION_EDITOR_LINE_CLASS()
#define AGS_CONNECTION_EDITOR_LINE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_LINE, AgsConnectionEditorLineClass))
AGS_CONNECTION_EDITOR_LINE_GET_CLASS()
#define AGS_CONNECTION_EDITOR_LINE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_LINE, AgsConnectionEditorLineClass))
AGS_IS_CONNECTION_EDITOR_LINE()
#define AGS_IS_CONNECTION_EDITOR_LINE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_LINE))
AGS_IS_CONNECTION_EDITOR_LINE_CLASS()
#define AGS_IS_CONNECTION_EDITOR_LINE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_LINE))