BtRenderProgress

BtRenderProgress — class for the editor render progress

Functions

Properties

BtRenderDialog * settings Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── GtkDialog
                                ╰── BtRenderProgress

Implemented Interfaces

BtRenderProgress implements AtkImplementorIface and GtkBuildable.

Includes

#include "bt-edit.h"

Description

Song recording status dialog.

Functions

bt_render_progress_new ()

BtRenderProgress *
bt_render_progress_new (BtRenderDialog *settings);

Create a new instance

Parameters

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.

Parameters

self

the progress-dialog

 

Types and Values

struct BtRenderProgress

struct BtRenderProgress;

the song rendering progress for the editor application

Property Details

The “settings” property

  “settings”                 BtRenderDialog *

Set settings object, the progress dialog handles.

Flags: Write / Construct Only