AgsMachineSelection

AgsMachineSelection — machine radio buttons

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── GtkDialog
                                ╰── AgsMachineSelection

Implemented Interfaces

AgsMachineSelection implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/editor/ags_machine_selection.h>

Description

The AgsMachineSelection enables you make choice of an AgsMachine.

Functions

ags_machine_selection_load_defaults ()

void
ags_machine_selection_load_defaults (AgsMachineSelection *machine_selection);


ags_machine_selection_run ()

AgsMachine *
ags_machine_selection_run (AgsMachineSelection *machine_selection);

Run the dialog. Don't use this function you block all threads.

Parameters

machine_selection

the AgsMachineSelection

 

Returns

the AgsMachine


ags_machine_selection_new ()

AgsMachineSelection *
ags_machine_selection_new (AgsWindow *window);

Create a new AgsMachineSelection.

Parameters

window

the AgsWindow

 

Returns

a new AgsMachineSelection

Since: 0.4

Types and Values

AGS_MACHINE_SELECTION_INDEX

#define AGS_MACHINE_SELECTION_INDEX "ags-machine-selection-index\0"