Class

GdkDeviceTool

Description [src]

final class Gdk.DeviceTool : GObject.Object
{
  /* No available fields */
}

A physical tool associated to a GdkDevice.

Hierarchy

hierarchy this GdkDeviceTool ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

gdk_device_tool_get_axes

Gets the axes of the tool.

gdk_device_tool_get_hardware_id

Gets the hardware ID of this tool, or 0 if it’s not known.

gdk_device_tool_get_serial

Gets the serial number of this tool.

gdk_device_tool_get_tool_type

Gets the GdkDeviceToolType of the tool.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gdk.DeviceTool:axes

The axes of the tool.

Gdk.DeviceTool:hardware-id

The hardware ID of the tool.

Gdk.DeviceTool:serial

The serial number of the tool.

Gdk.DeviceTool:tool-type

The type of the tool.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.