Method

GtkWindowset_screen

since: 2.2

Declaration [src]

void
gtk_window_set_screen (
  GtkWindow* window,
  GdkScreen* screen
)

Description [src]

Sets the GdkScreen where the window is displayed; if the window is already mapped, it will be unmapped, and then remapped on the new screen.

Available since: 2.2

Sets propertyGtk.Window:screen

Parameters

screen

Type: GdkScreen

A GdkScreen.

The data is owned by the caller of the method.