BtMachineRenameDialog

BtMachineRenameDialog — machine settings

Synopsis

#include "bt-edit.h"

                    BtMachineRenameDialog;
BtMachineRenameDialog * bt_machine_rename_dialog_new    (const BtMachine *machine);
void                bt_machine_rename_dialog_apply      (const BtMachineRenameDialog *self);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----BtMachineRenameDialog

Implemented Interfaces

BtMachineRenameDialog implements AtkImplementorIface and GtkBuildable.

Properties

  "machine"                  BtMachine*            : Write / Construct Only

Description

A dialog to (re)configure a BtMachine.

Details

BtMachineRenameDialog

typedef struct _BtMachineRenameDialog BtMachineRenameDialog;

the machine settings dialog


bt_machine_rename_dialog_new ()

BtMachineRenameDialog * bt_machine_rename_dialog_new    (const BtMachine *machine);

Create a new instance

machine :

the machine for which to create the dialog for

Returns :

the new instance

bt_machine_rename_dialog_apply ()

void                bt_machine_rename_dialog_apply      (const BtMachineRenameDialog *self);

Makes the dialog settings effective.

self :

the dialog which settings to apply

Property Details

The "machine" property

  "machine"                  BtMachine*            : Write / Construct Only

Set machine object, the dialog handles.