gtkWindowSetGeometryHints: gtkWindowSetGeometryHints

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

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

1
gtkWindowSetGeometryHints(object, geometry.widget, geometry)

Arguments

object

a GtkWindow

geometry.widget

widget the geometry hints will be applied to or NULL. [ allow-none ]

geometry

struct containing geometry information or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.