1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkInputDialog
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2004-10-11 18:08:35 +00:00
|
|
|
Configure devices for the XInput extension
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
2001-02-03 01:09:41 +00:00
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
<para>
|
|
|
|
#GtkInputDialog displays a dialog which allows the user
|
|
|
|
to configure XInput extension devices. For each
|
|
|
|
device, they can control the mode of the device
|
|
|
|
(disabled, screen-relative, or window-relative),
|
|
|
|
the mapping of axes to coordinates, and the
|
|
|
|
mapping of the devices macro keys to key press
|
|
|
|
events.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
#GtkInputDialog contains two buttons to which
|
|
|
|
the application can connect; one for closing
|
|
|
|
the dialog, and one for saving the changes.
|
|
|
|
No actions are bound to these by default.
|
|
|
|
The changes that the user makes take effect
|
|
|
|
immediately.
|
|
|
|
</para>
|
2009-10-16 14:05:13 +00:00
|
|
|
<para>
|
|
|
|
As of GTK+ 2.20, #GtkInputDialog has been deprecated since it is too specialized.
|
|
|
|
</para>
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2005-06-20 22:06:27 +00:00
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### STRUCT GtkInputDialog ##### -->
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
2000-10-29 08:03:34 +00:00
|
|
|
<!-- ##### SIGNAL GtkInputDialog::disable-device ##### -->
|
1999-08-16 18:51:52 +00:00
|
|
|
<para>
|
|
|
|
This signal is emitted when the user changes the
|
2000-10-29 08:03:34 +00:00
|
|
|
mode of a device from a #GDK_MODE_SCREEN or #GDK_MODE_WINDOW
|
|
|
|
to #GDK_MODE_ENABLED.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
@inputdialog: the object which received the signal.
|
2000-10-29 08:03:34 +00:00
|
|
|
@deviceid: The ID of the newly disabled device.
|
2009-11-02 00:23:05 +00:00
|
|
|
<!-- # Unused Parameters # -->
|
2009-10-16 14:05:13 +00:00
|
|
|
@Deprecated: 2.20: Don't use this widget anymore.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
2000-10-29 08:03:34 +00:00
|
|
|
<!-- ##### SIGNAL GtkInputDialog::enable-device ##### -->
|
1999-08-16 18:51:52 +00:00
|
|
|
<para>
|
|
|
|
This signal is emitted when the user changes the
|
2000-10-29 08:03:34 +00:00
|
|
|
mode of a device from #GDK_MODE_DISABLED to a
|
|
|
|
#GDK_MODE_SCREEN or #GDK_MODE_WINDOW.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
@inputdialog: the object which received the signal.
|
2000-10-29 08:03:34 +00:00
|
|
|
@deviceid: The ID of the newly enabled device.
|
2009-11-02 00:23:05 +00:00
|
|
|
<!-- # Unused Parameters # -->
|
2009-10-16 14:05:13 +00:00
|
|
|
@Deprecated: 2.20: Don't use this widget anymore.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
<!-- ##### FUNCTION gtk_input_dialog_new ##### -->
|
|
|
|
<para>
|
|
|
|
Creates a new #GtkInputDialog.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Returns: the new #GtkInputDialog.
|
2009-10-16 14:05:13 +00:00
|
|
|
@Deprecated: 2.20: Don't use this widget anymore.
|
2009-11-02 00:23:05 +00:00
|
|
|
|
|
|
|
|