gtkWindowSetPosition {RGtk2}R Documentation

gtkWindowSetPosition

Description

Sets a position constraint for this window. If the old or new constraint is GTK_WIN_POS_CENTER_ALWAYS, this will also cause the window to be repositioned to satisfy the new constraint.

Usage

gtkWindowSetPosition(object, position)

Arguments

object [GtkWindow] a GtkWindow.
position [GtkWindowPosition] a position constraint.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]