| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include "bt-edit.h"
BtSettingsPageAudiodevices;
BtSettingsPageAudiodevices * bt_settings_page_audiodevices_new
(const BtEditApplication *app);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkTable
+----BtSettingsPageAudiodevices
typedef struct _BtSettingsPageAudiodevices BtSettingsPageAudiodevices;
the root window for the editor application
BtSettingsPageAudiodevices * bt_settings_page_audiodevices_new
(const BtEditApplication *app);
Create a new instance
|
the application the dialog belongs to |
Returns : |
the new instance or NULL in case of an error
|
"app" property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the dialog belongs to.