gtkWindowSetScreen {RGtk2.10}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.10 version 2.10.6 Index]