get_screen


Description:

public unowned Screen get_screen (int index)

Gets the Screen for a given screen on the default display.

Parameters:

this

a Handle

index

screen number, starting from 0.

Returns:

the Screen for screen index, or null if no such screen exists. The returned Screen is owned by Handle and must not be referenced or unreferenced.