BtMachinePropertiesDialog

BtMachinePropertiesDialog — machine realtime parameters

Functions

Properties

BtMachine * machine Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── BtMachinePropertiesDialog

Implemented Interfaces

BtMachinePropertiesDialog implements AtkImplementorIface and GtkBuildable.

Includes

#include "bt-edit.h"

Description

A dialog to configure dynamic settings of a BtMachine. The dialog also allows to editing and manage presets for machines that support them.

Functions

bt_machine_properties_dialog_new ()

BtMachinePropertiesDialog *
bt_machine_properties_dialog_new (const BtMachine *machine);

Create a new instance

Parameters

machine

the machine to create the dialog for

 

Returns

the new instance

Types and Values

struct BtMachinePropertiesDialog

struct BtMachinePropertiesDialog;

the root window for the editor application

Property Details

The “machine” property

  “machine”                  BtMachine *

Set machine object, the dialog handles.

Flags: Write / Construct Only

See Also

BtMachine