gdkGetWindowSize {RGtk}R Documentation

Obtain dimensions of a Gtk window

Description

Returns the width and height of a Gtk window.

Usage

gdkGetWindowSize(w)

Arguments

w the object of class "GdkWindow" whose dimensions are to be queried.

Value

An integer vector with two elements:

width the number of pixels the window spans in the horizontal dimension
height the number of pixels the window spans in the vertical dimension

Note

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

See Also

gtkWidgetSetUsize

Examples



[Package Contents]