| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include "bt-edit.h"
BtMachinePreferencesDialog;
BtMachinePreferencesDialog * bt_machine_preferences_dialog_new
(const BtEditApplication *app,
const BtMachine *machine);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----BtMachinePreferencesDialog
"app" BtEditApplication* : Read / Write / Construct Only "machine" BtMachine* : Read / Write / Construct Only
typedef struct _BtMachinePreferencesDialog BtMachinePreferencesDialog;
the root window for the editor application
BtMachinePreferencesDialog * bt_machine_preferences_dialog_new (const BtEditApplication *app,const BtMachine *machine);
Create a new instance
|
the application the dialog belongs to |
|
the machine to create the dialog for |
Returns : |
the new instance or NULL in case of an error |
"app" property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the dialog belongs to.
"machine" property"machine" BtMachine* : Read / Write / Construct Only
Set machine object, the dialog handles.