| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include "bt-edit.h"
struct BtWireAnalysisDialog;
BtWireAnalysisDialog * bt_wire_analysis_dialog_new (const BtWire *wire);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----BtWireAnalysisDialog
The dialog shows a mono-spectrum analyzer and level-meters for left/right channel.
The dialog is not modal.
BtWireAnalysisDialog * bt_wire_analysis_dialog_new (const BtWire *wire);
Create a new instance
|
the wire to create the dialog for |
Returns : |
the new instance or NULL in case of an error |