BtMissingSongElementsDialog

BtMissingSongElementsDialog — missing song machine and wave elements

Synopsis

#include "bt-edit.h"

struct              BtMissingSongElementsDialog;
BtMissingSongElementsDialog * bt_missing_song_elements_dialog_new
                                                        (GList *machines,
                                                         GList *waves);

Object Hierarchy

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

Implemented Interfaces

BtMissingSongElementsDialog implements AtkImplementorIface and GtkBuildable.

Properties

  "machines"                 gpointer              : Write / Construct Only
  "waves"                    gpointer              : Write / Construct Only

Description

A dialog to inform about missing song machine and wave elements.

Details

struct BtMissingSongElementsDialog

struct BtMissingSongElementsDialog;

the root window for the editor application


bt_missing_song_elements_dialog_new ()

BtMissingSongElementsDialog * bt_missing_song_elements_dialog_new
                                                        (GList *machines,
                                                         GList *waves);

Create a new instance

machines :

list of missing machine elements

waves :

list of missing wave files

Returns :

the new instance

Property Details

The "machines" property

  "machines"                 gpointer              : Write / Construct Only

Set missing machines list, the dialog handles.


The "waves" property

  "waves"                    gpointer              : Write / Construct Only

Set missing waves list, the dialog handles.