![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h" struct BtMachinePropertiesDialog; BtMachinePropertiesDialog * bt_machine_properties_dialog_new (const BtEditApplication *app
,const BtMachine *machine
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----BtMachinePropertiesDialog
"app" BtEditApplication* : Read / Write / Construct Only "machine" BtMachine* : Read / Write / Construct Only
A dialog to configure dynamic settings of a BtMachine. The dialog also allows to editing and manage presets for machines that support them.
struct BtMachinePropertiesDialog;
the root window for the editor application
BtMachinePropertiesDialog * bt_machine_properties_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.