BtInteractionControllerLearnDialog

BtInteractionControllerLearnDialog — learn dialog for interaction devices

Functions

Properties

BtIcDevice * device Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── GtkDialog
                                ╰── BtInteractionControllerLearnDialog

Implemented Interfaces

BtInteractionControllerLearnDialog implements AtkImplementorIface and GtkBuildable.

Includes

#include "bt-edit.h"

Description

A dialog to prompt the user for an interaction controller assignment.

Functions

bt_interaction_controller_learn_dialog_new ()

BtInteractionControllerLearnDialog *
bt_interaction_controller_learn_dialog_new
                               (BtIcDevice *device);

Create a new instance.

Parameters

device

the device of which the learn events are monitored

 

Returns

the new instance

Types and Values

struct BtInteractionControllerLearnDialog

struct BtInteractionControllerLearnDialog;

dynamic controller learn dialog

Property Details

The “device” property

  “device”                   BtIcDevice *

Set the device we want to snoop for a new controler.

Flags: Write / Construct Only