![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h" BtMachinePresetPropertiesDialog; BtMachinePresetPropertiesDialog * bt_machine_preset_properties_dialog_new (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.
"comment" gpointer : Read / Write / Construct Only "machine" GstElement* : Read / Write / Construct Only "name" gpointer : Read / Write / Construct Only
typedef struct _BtMachinePresetPropertiesDialog BtMachinePresetPropertiesDialog;
the root window for the editor application
BtMachinePresetPropertiesDialog * bt_machine_preset_properties_dialog_new (GstElement *machine
,gchar **name
,gchar **comment
);
Create a new instance
|
the machine for which to create the dialog for |
|
the preset name |
|
the comment name |
Returns : |
the new instance |
void bt_machine_preset_properties_dialog_apply
(const BtMachinePresetPropertiesDialog *self
);
Makes the dialog settings effective.
|
the dialog which settings to apply |