gtkLayoutSetSize {RGtk2}R Documentation

gtkLayoutSetSize

Description

Sets the size of the scrollable area of the layout.

Usage

gtkLayoutSetSize(object, width, height)

Arguments

object [GtkLayout] a GtkLayout
width [numeric] width of entire scrollable area
height [numeric] height of entire scrollable area

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]