gtkWindowSetGeometryHints {RGtk2}R Documentation

gtkWindowSetGeometryHints

Description

This function sets up hints about how a window can be resized by the user. You can set a minimum and maximum size; allowed resize increments (e.g. for xterm, you can only resize by the size of a character); aspect ratios; and more. See the GdkGeometry struct.

Usage

gtkWindowSetGeometryHints(object, geometry.widget, geometry)

Arguments

object [GtkWindow] a GtkWindow
geometry.widget [GtkWidget] widget the geometry hints will be applied to
geometry [GdkGeometry] struct containing geometry information

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]