Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_connection_editor_pad_get_line () |
|
ags_connection_editor_pad_add_line () |
|
ags_connection_editor_pad_remove_line () |
AgsConnectionEditorPad * | ags_connection_editor_pad_new () |
#define | AGS_CONNECTION_EDITOR_PAD() |
#define | AGS_CONNECTION_EDITOR_PAD_CLASS() |
#define | AGS_CONNECTION_EDITOR_PAD_GET_CLASS() |
#define | AGS_IS_CONNECTION_EDITOR_PAD() |
#define | AGS_IS_CONNECTION_EDITOR_PAD_CLASS() |
|
ags_connection_editor_pad_get_type () |
Types and Values
#define | AGS_TYPE_CONNECTION_EDITOR_PAD |
struct | AgsConnectionEditorPad |
struct | AgsConnectionEditorPadClass |
Implemented Interfaces
AgsConnectionEditorPad implements
Description
AgsConnectionEditorPad is a composite widget to edit all aspects of
Functions
ags_connection_editor_pad_get_line ()
GList * ags_connection_editor_pad_get_line (AgsConnectionEditorPad *connection_editor_pad
);
Get line.
Since:
ags_connection_editor_pad_add_line ()
void ags_connection_editor_pad_add_line (AgsConnectionEditorPad *connection_editor_pad
,AgsConnectionEditorLine *line
);
Add line
to connection_editor_pad
.
Since:
ags_connection_editor_pad_remove_line ()
void ags_connection_editor_pad_remove_line (AgsConnectionEditorPad *connection_editor_pad
,AgsConnectionEditorLine *line
);
Remove line
from connection_editor_pad
.
Since:
ags_connection_editor_pad_new ()
AgsConnectionEditorPad *
ags_connection_editor_pad_new (AgsChannel *channel
);
Creates an AgsConnectionEditorPad
Since:
AGS_CONNECTION_EDITOR_PAD()
#define AGS_CONNECTION_EDITOR_PAD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_PAD, AgsConnectionEditorPad))
AGS_CONNECTION_EDITOR_PAD_CLASS()
#define AGS_CONNECTION_EDITOR_PAD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_PAD, AgsConnectionEditorPadClass))
AGS_CONNECTION_EDITOR_PAD_GET_CLASS()
#define AGS_CONNECTION_EDITOR_PAD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_PAD, AgsConnectionEditorPadClass))
AGS_IS_CONNECTION_EDITOR_PAD()
#define AGS_IS_CONNECTION_EDITOR_PAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_PAD))
AGS_IS_CONNECTION_EDITOR_PAD_CLASS()
#define AGS_IS_CONNECTION_EDITOR_PAD_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_PAD))