BtMachinePreferencesDialog

BtMachinePreferencesDialog — machine non-realtime parameters

Synopsis

#include "bt-edit.h"

struct              BtMachinePreferencesDialog;
BtMachinePreferencesDialog * bt_machine_preferences_dialog_new
                                                        (const BtMachine *machine);

Object Hierarchy

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

Implemented Interfaces

BtMachinePreferencesDialog implements AtkImplementorIface and GtkBuildable.

Properties

  "machine"                  BtMachine*            : Write / Construct Only

Description

A dialog to configure static settings of a BtMachine.

Details

struct BtMachinePreferencesDialog

struct BtMachinePreferencesDialog;

the root window for the editor application


bt_machine_preferences_dialog_new ()

BtMachinePreferencesDialog * bt_machine_preferences_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