![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h" struct BtRenderProgress; BtRenderProgress * bt_render_progress_new (BtRenderDialog *settings
); void bt_render_progress_run (const BtRenderProgress *self
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----BtRenderProgress
struct BtRenderProgress;
the song rendering progress for the editor application
BtRenderProgress * bt_render_progress_new (BtRenderDialog *settings
);
Create a new instance
|
the settings for the rendering |
Returns : |
the new instance |
void bt_render_progress_run (const BtRenderProgress *self
);
Run the rendering and show the progress.
|
the progress-dialog |
"settings"
property"settings" BtRenderDialog* : Write / Construct Only
Set settings object, the progress dialog handles.