![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h" struct BtMachinePresetPropertiesDialog; BtMachinePresetPropertiesDialog * bt_machine_preset_properties_dialog_new (const BtEditApplication *app
,GstElement *machine
,gchar **name
,gchar **comment
); void bt_machine_preset_properties_dialog_apply (const BtMachinePresetPropertiesDialog *self
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----BtMachinePresetPropertiesDialog
BtMachinePresetPropertiesDialog implements AtkImplementorIface and GtkBuildable.
"app" BtEditApplication* : Read / Write / Construct Only "comment" gpointer : Read / Write / Construct Only "machine" GstElement* : Read / Write / Construct Only "name" gpointer : Read / Write / Construct Only
struct BtMachinePresetPropertiesDialog;
the root window for the editor application
BtMachinePresetPropertiesDialog * bt_machine_preset_properties_dialog_new (const BtEditApplication *app
,GstElement *machine
,gchar **name
,gchar **comment
);
Create a new instance
|
the application the dialog belongs to |
|
the machine for which to create the dialog for |
|
the preset name |
|
the comment name |
Returns : |
the new instance or NULL in case of an error |
void bt_machine_preset_properties_dialog_apply
(const BtMachinePresetPropertiesDialog *self
);
Makes the dialog settings effective.
|
the dialog which settings to apply |
"app"
property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the dialog belongs to.
"comment"
property "comment" gpointer : Read / Write / Construct Only
address of preset comment.
"machine"
property "machine" GstElement* : Read / Write / Construct Only
Set machine object, the dialog handles.