AgsMachineRadioButton

AgsMachineRadioButton — machine radio buttons

Functions

Properties

AgsMachine * machine Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkButton
                            ╰── GtkToggleButton
                                ╰── GtkCheckButton
                                    ╰── GtkRadioButton
                                        ╰── AgsMachineRadioButton

Implemented Interfaces

AgsMachineRadioButton implements AtkImplementorIface, GtkBuildable, GtkActivatable and AgsConnectable.

Includes

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

Description

The AgsMachineRadioButton enables you make choice of an AgsMachine.

Functions

ags_machine_radio_button_new ()

AgsMachineRadioButton *
ags_machine_radio_button_new ();

Create a new AgsMachineRadioButton.

Returns

a new AgsMachineRadioButton

Since: 0.4

Types and Values

Property Details

The “machine” property

  “machine”                  AgsMachine *

The machine it is assigned to.

Flags: Read / Write

Since: 0.4.3