Top | ![]() |
![]() |
![]() |
![]() |
BtInteractionControllerLearnDialogBtInteractionControllerLearnDialog — learn dialog for interaction devices |
BtIcDevice * | device | Write / Construct Only |
BtInteractionControllerMenu * | menu | Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── BtInteractionControllerLearnDialog
BtInteractionControllerLearnDialog implements AtkImplementorIface and GtkBuildable.
A dialog to where the user can train a new control. The user will move the desired hardware control, then the dialog will show the detected control. The user can change the auto generated name and then assign it.
BtInteractionControllerLearnDialog * bt_interaction_controller_learn_dialog_new (BtIcDevice *device
,BtInteractionControllerMenu *menu
);
Create a new instance.
“device”
property“device” BtIcDevice *
Set the device we want to snoop for a new controler.
Flags: Write / Construct Only
“menu”
property“menu” BtInteractionControllerMenu *
The parent menu.
Flags: Write / Construct Only