![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
BtInteractionControllerLearnDialogBtInteractionControllerLearnDialog — learn dialog for interaction devices |
#include "bt-edit.h" BtInteractionControllerLearnDialog; BtInteractionControllerLearnDialog * bt_interaction_controller_learn_dialog_new (BtIcDevice *device);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----BtInteractionControllerLearnDialog
BtInteractionControllerLearnDialog implements AtkImplementorIface and GtkBuildable.
typedef struct _BtInteractionControllerLearnDialog BtInteractionControllerLearnDialog;
dynamic controller learn dialog
BtInteractionControllerLearnDialog * bt_interaction_controller_learn_dialog_new (BtIcDevice *device);
Create a new instance.
|
the device of which the learn events are monitored |
Returns : |
the new instance or NULL in case of an error
|