BtRenderProgress

BtRenderProgress — class for the editor render progress

Synopsis

#include "bt-edit.h"

struct              BtRenderProgress;
BtRenderProgress *  bt_render_progress_new              (BtRenderDialog *settings);
void                bt_render_progress_run              (const BtRenderProgress *self);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----BtRenderProgress

Implemented Interfaces

BtRenderProgress implements AtkImplementorIface and GtkBuildable.

Properties

  "settings"                 BtRenderDialog*       : Write / Construct Only

Description

Song recording status dialog.

Details

struct BtRenderProgress

struct BtRenderProgress;

the song rendering progress for the editor application


bt_render_progress_new ()

BtRenderProgress *  bt_render_progress_new              (BtRenderDialog *settings);

Create a new instance

settings :

the settings for the rendering

Returns :

the new instance

bt_render_progress_run ()

void                bt_render_progress_run              (const BtRenderProgress *self);

Run the rendering and show the progress.

self :

the progress-dialog

Property Details

The "settings" property

  "settings"                 BtRenderDialog*       : Write / Construct Only

Set settings object, the progress dialog handles.