![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h"
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.
typedef struct _BtWireAnalysisDialog BtWireAnalysisDialog;
the root window for the editor application
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
|