Method

GdkEventset_device_tool

since: 3.22

Declaration [src]

void
gdk_event_set_device_tool (
  GdkEvent* event,
  GdkDeviceTool* tool
)

Description [src]

Sets the device tool for this event, should be rarely used.

Available since: 3.22

Parameters

tool

Type: GdkDeviceTool

Tool to set on the event, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.