Package: gdk

Function gdk-display-screen

Lambda List

gdk-display-screen (display num)

Arguments

display -- a gdk-display object
num -- an integer with the screen number

Return Value

The gdk-screen object.

Details

Returns a screen object for one of the screens of the display.

Warning

The gdk-display-screen function has been deprecated since version 3.20 and should not be used in newly written code. There is only one screen. Use the gdk-display-default-screen function to get it.
 

See also

2021-12-12