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