gtkLayoutGetSize {RGtk2}R Documentation

gtkLayoutGetSize

Description

Gets the size that has been set on the layout, and that determines the total extents of the layout's scrollbar area. See gtkLayoutSetSize.

Usage

gtkLayoutGetSize(object)

Arguments

object [GtkLayout] a GtkLayout

Value

A list containing the following elements:

width [numeric] location to store the width set on layout, or NULL
height [numeric] location to store the height set on layout, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]