Seat
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdk_seat_get_type ()" ) ]
public abstract class Seat :
Object
The `GdkSeat` object represents a collection of input devices that belong to a user.
Content:
Properties:
Creation methods:
Methods:
Signals:
- public signal void device_added (Device device)
Emitted when a new input device is related to this seat.
- public signal void device_removed (Device device)
Emitted when an input device is removed (e.
- public signal void tool_added (DeviceTool tool)
Emitted whenever a new tool is made known to the seat.
- public signal void tool_removed (DeviceTool tool)
Emitted whenever a tool is no longer known to this seat
.
Inherited Members:
All known members inherited from class GLib.Object