gdkGetWindowSize {RGtk2} | R Documentation |
DEPRECATED!! (compatibility wrappers for RGtk 1!)
Returns the width and height of a Gtk window.
gdkGetWindowSize(w)
w |
the object of class "GdkWindow"
whose dimensions are to be queried. |
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 |
THIS STUFF IS VERY OLD AND DEPRECATED (compatibility wrappers for RGtk 1)
Duncan Temple Lang <duncan@research.bell-labs.com>