gtk-sharp2.12.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Configure devices for the XInput extension.
NOTE: this is considered too specialized/little-used for Gtk#, and will in the future be moved to some other package.
If your application needs this , feel free to use it, as the does work and is useful in some applications; it's just not of general interest.
However, we are not accepting new features for the , and it will eventually move out of the Gtk# distribution.
displays a 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.
contains two s to which the application can connect; one for closing the , and one for saving the changes.
No actions are bound to these by default.
The changes that the user makes take effect immediately.
Gtk.DialogConstructorInternal constructor
Pointer to the C object.
This is an internal constructor, and should not be used by user code.ConstructorCreates an instance of Creates an instance of EventGtk.DisableDeviceHandlerEmitted when the user changes the mode of a device from a GDK_MODE_SCREEN or GDK_MODE_WINDOW to GDK_MODE_ENABLED.
This signal is emitted when the user changes the mode of a device from a GDK_MODE_SCREEN or GDK_MODE_WINDOW to GDK_MODE_ENABLED.
GLib.Signal("disable_device")EventGtk.EnableDeviceHandlerEmitted when the user changes the mode of a device from GDK_MODE_DISABLED to a GDK_MODE_SCREEN or GDK_MODE_WINDOW.
This signal is emitted when the user changes the mode of a device from GDK_MODE_DISABLED to a GDK_MODE_SCREEN or GDK_MODE_WINDOW.
GLib.Signal("enable_device")PropertyGLib.GTypeGType Property.a Returns the native value for .MethodSystem.VoidDefault handler for the event.
a Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.
a Override this method in a subclass to provide a default handler for the event.ConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.ObsoletePropertyGtk.ButtonThe save button in this dialog.a PropertyGtk.ButtonThe "close window" button in this dialog.a