| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
BtSettingsPageInteractionControllerBtSettingsPageInteractionController — interaction controller configuration settings page |
#include "bt-edit.h"
BtSettingsPageInteractionController;
BtSettingsPageInteractionController * bt_settings_page_interaction_controller_new
(const BtEditApplication *app);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkTable
+----BtSettingsPageInteractionController
BtSettingsPageInteractionController implements AtkImplementorIface and GtkBuildable.
Lists available interaction controller devices and allows to select controllers that should be used.
typedef struct _BtSettingsPageInteractionController BtSettingsPageInteractionController;
the root window for the editor application
BtSettingsPageInteractionController * bt_settings_page_interaction_controller_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.