| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include "bt-edit.h" struct BtMachineRenameDialog; BtMachineRenameDialog * bt_machine_rename_dialog_new (const BtMachine *machine); void bt_machine_rename_dialog_apply (const BtMachineRenameDialog *self);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
+----BtMachineRenameDialog
BtMachineRenameDialog * bt_machine_rename_dialog_new (const BtMachine *machine);
Create a new instance
|
the machine for which to create the dialog for |
Returns : |
the new instance |
void bt_machine_rename_dialog_apply (const BtMachineRenameDialog *self);
Makes the dialog settings effective.
|
the dialog which settings to apply |
"machine" property"machine" BtMachine* : Write / Construct Only
Set machine object, the dialog handles.