![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include "bt-edit.h"
struct BtRenderDialog;
BtRenderDialog * bt_render_dialog_new (const BtEditApplication *app
);
struct BtRenderDialog { GtkDialog parent; };
the song rendering dialog for the editor application
BtRenderDialog * bt_render_dialog_new (const BtEditApplication *app
);
Create a new instance
|
the application the dialog belongs to |
Returns : |
the new instance or NULL in case of an error |