| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include "bt-edit.h"
BtMainPageWaves;
BtMainPageWaves * bt_main_page_waves_new (const BtEditApplication *app,
const BtMainPages *pages);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkVBox
+----BtMainPageWaves
BtMainPageWaves implements AtkImplementorIface, GtkBuildable and GtkOrientable.
Manage a list of audio clips files. Provides an embeded file browser to load files. A waveform viewer can show the selected clip.
typedef struct _BtMainPageWaves BtMainPageWaves;
the pattern page for the editor application
BtMainPageWaves * bt_main_page_waves_new (const BtEditApplication *app,const BtMainPages *pages);
Create a new instance
|
the application the window belongs to |
|
the page collection |
Returns : |
the new instance or NULL in case of an error |
"app" property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the window belongs to.