| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include "bt-edit.h" struct BtMissingSongElementsDialog; BtMissingSongElementsDialog * bt_missing_song_elements_dialog_new (const BtEditApplication *app,GList *machines,GList *waves);
struct BtMissingSongElementsDialog {
GtkDialog parent;
};
the root window for the editor application
BtMissingSongElementsDialog * bt_missing_song_elements_dialog_new (const BtEditApplication *app,GList *machines,GList *waves);
Create a new instance
|
the application the dialog belongs to |
|
list of missing machine elements |
|
list of missing wave files |
Returns : |
the new instance or NULL in case of an error |