![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include "bt-edit.h" BtRenderDialog; BtRenderDialog * bt_render_dialog_new (const BtEditApplication *app);
typedef struct { GtkDialog parent; } BtRenderDialog;
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
|