AgsMachineCollection

AgsMachineCollection — Pack machine entry

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsMachineCollection

Includes

#include <ags/app/ags_machine_collection.h>

Description

AgsMachineCollection is a composite widget which packs several AgsMachineCollectionEntry widgets.

Functions

ags_machine_collection_reload ()

void
ags_machine_collection_reload (AgsMachineCollection *machine_collection);

ags_machine_collection_add_entry ()

void
ags_machine_collection_add_entry (AgsMachineCollection *machine_collection,
                                  GtkWidget *machine);

ags_machine_collection_new ()

AgsMachineCollection *
ags_machine_collection_new (GType child_type,
                            guint child_n_properties,
                            gchar **child_strv,
                            GValue *child_value);

Creates an AgsMachineCollection

Parameters

child_type

the child type

 

child_n_properties

the child properties count

 

child_strv

the child string vector

 

child_value

the child value array

 

Returns

a new AgsMachineCollection

Since: 3.0.0

Types and Values

enum AgsMachineCollectionFlags

Members

AGS_MACHINE_COLLECTION_CONNECTED