gtkWidgetSizeAllocate {RGtk2}R Documentation

gtkWidgetSizeAllocate

Description

This function is only used by GtkContainer subclasses, to assign a size and position to their child widgets.

Usage

gtkWidgetSizeAllocate(object, allocation)

Arguments

object

a GtkWidget

allocation

position and size to be allocated to widget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]