gtkWindowSetScreen {RGtk2}R Documentation

gtkWindowSetScreen

Description

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.

Usage

gtkWindowSetScreen(object, screen)

Arguments

object [GtkWindow] a GtkWindow.
screen [GdkScreen] a GdkScreen.

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]