Method
GtkWindowset_screen
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 property | Gtk.Window:screen |
Parameters
screen |
GdkScreen |
A |
|
The data is owned by the caller of the function. |