krähemann.com

AgsMachineCollectionEntry

AgsMachineCollectionEntry — Machine entry

Properties

AgsMachine * machine Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkTable
                    ╰── AgsMachineCollectionEntry

Implemented Interfaces

AgsMachineCollectionEntry implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_machine_collection_entry.h>

Description

AgsMachineCollectionEntry is a composite widget specifying machines to export.

Functions

ags_machine_collection_entry_new ()

AgsMachineCollectionEntry *
ags_machine_collection_entry_new (GtkWidget *machine);

Create a new instance of AgsMachineCollectionEntry

Parameters

machine

the AgsMachine

 

Returns

the new AgsMachineCollectionEntry

Since: 3.0.0


AGS_IS_MACHINE_COLLECTION_ENTRY()

#define AGS_IS_MACHINE_COLLECTION_ENTRY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_COLLECTION_ENTRY))

AGS_IS_MACHINE_COLLECTION_ENTRY_CLASS()

#define AGS_IS_MACHINE_COLLECTION_ENTRY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_COLLECTION_ENTRY))

AGS_MACHINE_COLLECTION_ENTRY()

#define AGS_MACHINE_COLLECTION_ENTRY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_COLLECTION_ENTRY, AgsMachineCollectionEntry))

AGS_MACHINE_COLLECTION_ENTRY_CLASS()

#define AGS_MACHINE_COLLECTION_ENTRY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_COLLECTION_ENTRY, AgsMachineCollectionEntryClass))

AGS_MACHINE_COLLECTION_ENTRY_GET_CLASS()

#define AGS_MACHINE_COLLECTION_ENTRY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_COLLECTION_ENTRY, AgsMachineCollectionEntryClass))

ags_machine_collection_entry_get_type ()

GType
ags_machine_collection_entry_get_type (void);

Types and Values

enum AgsMachineCollectionEntryFlags

Members

AGS_MACHINE_COLLECTION_ENTRY_CONNECTED

   

AGS_TYPE_MACHINE_COLLECTION_ENTRY

#define AGS_TYPE_MACHINE_COLLECTION_ENTRY                (ags_machine_collection_entry_get_type())

struct AgsMachineCollectionEntry

struct AgsMachineCollectionEntry;

struct AgsMachineCollectionEntryClass

struct AgsMachineCollectionEntryClass {
  GtkTableClass table;
};

Property Details

The “machine” property

  “machine”                  AgsMachine *

The assigned AgsMachine.

Owner: AgsMachineCollectionEntry

Flags: Read / Write

Since: 3.0.0