Package: gdk
Class gdk-display
Superclassesg-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The gdk-display object purpose is two fold:
Most of the input device handling has been factored out into the separate gdk-device-manager object. Every display has a device manager, which you can obtain using the gdk-display-device-manager function. Signal DetailsThe "closed" signallambda (display is-error) :run-lastThe signal is emitted when the connection to the windowing system for display is closed.
The "monitor-added" signallambda (display monitor) :run-lastThe signal is emitted whenever a monitor is added. Since 3.22
The "monitor-removed" signallambda (display monitor) :run-lastThe signal is emitted whenever a monitor is removed. Since 3.22
The "opened" signallambda (display) :run-lastThe signal is emitted when the connection to the windowing system for display is opened.
The "seat-added" signallambda (display seat) :run-lastThe signal is emitted whenever a new seat is made known to the windowing system. Since 3.20
The "seat-removed" signallambda (display seat) :run-lastThe signal is emitted whenever a seat is removed by the windowing system. Since 3.20
| Inherited Slot Access FunctionsSee also |
2021-12-12