gdkWindowConstrainSize {RGtk2}R Documentation

gdkWindowConstrainSize

Description

Constrains a desired width and height according to a set of geometry hints (such as minimum and maximum size).

Usage

gdkWindowConstrainSize(geometry, width, height)

Arguments

geometry [GdkGeometry] a GdkGeometry structure
width [integer] desired width of window
height [integer] desired height of the window

Value

A list containing the following elements:

new.width [integer] location to store resulting width
new.height [integer] location to store resulting height

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]