Package: gdk

Function gdk:display-monitors

Lambda List

gdk:display-monitors (display)

Arguments

display -- a gdk:display object

Return Value

The Lisp list of gdk:monitor objects.

Details

Gets the list of monitors associated with the display. Subsequent calls to this function will always return the same list for the same display.

Lisp implementation

The C code returns a g:list-model instance with pointers to the monitors. For the Lisp implementation, the list is converted to a Lisp list with gdk:monitor objects.
 

See also

2024-1-7