Learn R Programming

RGtk2 (version 2.20.1)

GtkInputDialog: GtkInputDialog

Description

Configure devices for the XInput extension

Arguments

Methods and Functions

gtkInputDialogNew(show = TRUE) gtkInputDialog(show = TRUE)

Hierarchy

GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GtkInputDialog

Interfaces

GtkInputDialog implements AtkImplementorIface and GtkBuildable.

Detailed Description

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 function keys to key press events. 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. As of GTK+ 2.20, GtkInputDialog has been deprecated since it is too specialized.

Convenient Construction

gtkInputDialog is the equivalent of gtkInputDialogNew.

References

http://library.gnome.org/devel//gtk/GtkInputDialog.html