![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include "bt-edit.h" BtSettingsPageDirectories; enum BtRenderMode; BtSettingsPageDirectories * bt_settings_page_directories_new (const BtEditApplication *app);
typedef struct { GtkTable parent; } BtSettingsPageDirectories;
the root window for the editor application
typedef enum { BT_RENDER_MODE_MIXDOWN=0, BT_RENDER_MODE_SINGLE_TRACKS, } BtRenderMode;
Different modes of operation for the BtSong rendering.
BtSettingsPageDirectories * bt_settings_page_directories_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
|