gtkLayoutGetSize {RGtk2} | R Documentation |
Gets the size that has been set on the layout, and that determines
the total extents of the layout's scrollbar area. See
gtkLayoutSetSize
.
gtkLayoutGetSize(object)
|
[GtkLayout ] a GtkLayout |
A list containing the following elements:
|
[numeric] location to store the width set on layout , or NULL |
|
[numeric] location to store the height set on layout , or NULL |
Derived by RGtkGen from GTK+ documentation