Signal
GdkSeat::tool-added
since: 3.22
Description [src]
The ::tool-added signal is emitted whenever a new tool
is made known to the seat. The tool may later be assigned
to a device (i.e. on proximity with a tablet). The device
will emit the GdkDevice::tool-changed
signal accordingly.
A same tool may be used by several devices.
Default handler: The default handler is called after the handlers added via |
Available since: 3.22 |
Parameters
tool
-
Type:
GdkDeviceTool
The new
GdkDeviceTool
known to the seat.The data is owned by the caller of the function.