Top | ![]() |
![]() |
![]() |
![]() |
enum | AgsLinkCollectionEditorFlags |
#define | AGS_TYPE_LINK_COLLECTION_EDITOR |
struct | AgsLinkCollectionEditor |
struct | AgsLinkCollectionEditorClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTable ╰── AgsLinkCollectionEditor
AgsLinkCollectionEditor implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.
AgsLinkCollectionEditor is a composite widget to modify links in bulk mode. A link collection editor should be packed by a AgsMachineEditor.
void
ags_link_collection_editor_check (AgsLinkCollectionEditor *link_collection_editor
);
Checks for possible channels to link. And modifies its ranges.
Since: 2.0.0
void
ags_link_collection_editor_check_first_line
(AgsLinkCollectionEditor *link_collection_editor
);
void
ags_link_collection_editor_check_first_link
(AgsLinkCollectionEditor *link_collection_editor
);
void
ags_link_collection_editor_check_count
(AgsLinkCollectionEditor *link_collection_editor
);
AgsLinkCollectionEditor *
ags_link_collection_editor_new (GType channel_type
);
Create a new instance of AgsLinkCollectionEditor
Since: 2.0.0
#define AGS_IS_LINK_COLLECTION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINK_COLLECTION_EDITOR))
#define AGS_LINK_COLLECTION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINK_COLLECTION_EDITOR, AgsLinkCollectionEditor))
#define AGS_LINK_COLLECTION_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINK_COLLECTION_EDITOR, AgsLinkCollectionEditorClass))
#define AGS_LINK_COLLECTION_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LINK_COLLECTION_EDITOR, AgsLinkCollectionEditorClass))
#define AGS_TYPE_LINK_COLLECTION_EDITOR (ags_link_collection_editor_get_type())
“channel-type”
property“channel-type” GType *
The channel type to apply to. Either AGS_TYPE_INPUT
or AGS_TYPE_OUTPUT
.
Flags: Read / Write
Allowed values: void
Since: 2.0.0