Seat
Object Hierarchy:
Gdk.Seat
Gdk.Seat
Gdk.Seat
GLib.Object
GLib.Object
GLib.Object->Gdk.Seat
Description:
[
CCode ( type_id =
"gdk_seat_get_type ()" ) ]
public abstract class Seat :
Object
The Seat 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)
The device_added signal is emitted when a new
input device is related to this seat.
public signal void device_removed (Device device)
The device_removed signal is emitted when an
input device is removed (e.
public signal void tool_added (DeviceTool tool)
The tool_added signal is emitted whenever a new
tool is made known to the seat.
public signal void tool_removed (DeviceTool tool)
This signal is emitted whenever a tool is no longer known to this seat
.
Inherited Members:
All known members inherited from class GLib.Object