GObject.Object
Gdk.Device
Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-2.0.gir |
C documentation: | GdkDevice |
Class : | Device |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
axes : Gdk.DeviceAxis
read only
|
Gdk.Device | |
has_cursor : Boolean
read only
|
Gdk.Device | |
keys : Gdk.DeviceKey
read only
|
Gdk.Device | |
mode : Gdk.InputMode
read only
|
Gdk.Device | |
name : String
read only
|
Gdk.Device | |
num_axes : Number
read only
|
Gdk.Device | |
num_keys : Number
read only
|
Gdk.Device | |
parent_instance : GObject.Object
read only
|
Gdk.Device | |
source : Gdk.InputSource
read only
|
Gdk.Device |
Method / Constructor | Defined By | |
---|---|---|
new Gdk.Device
(Object properties)
Create a new Gdk.Device
Create a new Gdk.Device
|
||
Frees an array of GdkTimeCoord that was returned by gdk_device_get_history().
Frees an array of GdkTimeCoord that was returned by gdk_device_get_history().
|
Gdk.Device | |
Gdk.Device.get_core_pointer
()
:
Gdk.Device
Returns the core pointer device for the default display.
Returns the core pointer device for the default display. display and should not be freed.
|
Gdk.Device | |
Interprets an array of double as axis values for a given device, and locates the value in the array for a given axis use.
Interprets an array of double as axis values for a given device, and locates the value in the array for a given axis use.
|
Gdk.Device | |
Obtains the motion history for a device; given a starting and ending timestamp, return all events in the motion history for the device in the given range of time.
Obtains the motion history for a device; given a starting and ending timestamp, return all events in the motion history for the device in the given range of time. Some windowing systems do not support motion history, in which case, FALSE will be returned. (This is not distinguishable from the case where motion history is supported and no events were found.) at least one event was found.
|
Gdk.Device | |
Gets the current state of a device.
Gets the current state of a device.
|
Gdk.Device | |
|
Gdk.Device | |
|
Gdk.Device | |
|
Gdk.Device | |
set_source
(InputSource source)
:
none
|
Gdk.Device |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdk.Display
Method |
get_core_pointer
()
:
Gdk.Device
Returns the core pointer device for the given display display and should not be freed.
|
Gtk.InputDialog
Signal |
disable_device
(InputDialog self, Device object)
:
none
|
Gtk.InputDialog
Signal |
enable_device
(InputDialog self, Device object)
:
none
|