![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include "bt-edit.h" BtMachineRenameDialog; BtMachineRenameDialog * bt_machine_rename_dialog_new (const BtEditApplication *app
,const BtMachine *machine
); void bt_machine_rename_dialog_apply (const BtMachineRenameDialog *self
);
typedef struct { GtkDialog parent; } BtMachineRenameDialog;
the machine settings dialog
BtMachineRenameDialog * bt_machine_rename_dialog_new (const BtEditApplication *app
,const BtMachine *machine
);
Create a new instance
|
the application the dialog belongs to |
|
the machine for which to create the dialog for |
Returns : |
the new instance or NULL in case of an error |
void bt_machine_rename_dialog_apply (const BtMachineRenameDialog *self
);
Makes the dialog settings effective.
|
the dialog which settings to apply |