![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h"
BtSettingsDialog;
enum BtSettingsPage;
BtSettingsDialog * bt_settings_dialog_new (void
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----BtSettingsDialog
typedef struct _BtSettingsDialog BtSettingsDialog;
the root window for the editor application
typedef enum { BT_SETTINGS_PAGE_AUDIO_DEVICES=0, BT_SETTINGS_PAGE_INTERACTION_CONTROLLER, BT_SETTINGS_PAGE_PLAYBACK_CONTROLLER, BT_SETTINGS_PAGE_COLORS, BT_SETTINGS_PAGE_SHORTCUTS, BT_SETTINGS_PAGE_DIRECTORIES } BtSettingsPage;
Ids for the setting pages.
BtSettingsDialog * bt_settings_dialog_new (void
);
Create a new instance
Returns : |
the new instance |
"page"
property"page" BtSettingsPage : Read / Write
Current settings page.
Default value: BT_SETTINGS_PAGE_AUDIO_DEVICES