BtMachinePropertiesDialog

BtMachinePropertiesDialog — machine realtime parameters

Synopsis

#include "bt-edit.h"

                    BtMachinePropertiesDialog;
BtMachinePropertiesDialog * bt_machine_properties_dialog_new
                                                        (const BtMachine *machine);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----BtMachinePropertiesDialog

Implemented Interfaces

BtMachinePropertiesDialog implements AtkImplementorIface and GtkBuildable.

Properties

  "machine"                  BtMachine*            : Write / Construct Only

Description

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

Details

BtMachinePropertiesDialog

typedef struct _BtMachinePropertiesDialog BtMachinePropertiesDialog;

the root window for the editor application


bt_machine_properties_dialog_new ()

BtMachinePropertiesDialog * bt_machine_properties_dialog_new
                                                        (const BtMachine *machine);

Create a new instance

machine :

the machine to create the dialog for

Returns :

the new instance

Property Details

The "machine" property

  "machine"                  BtMachine*            : Write / Construct Only

Set machine object, the dialog handles.

See Also

BtMachine