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 [GtkWidget] a GtkWidget
allocation [GtkAllocation] position and size to be allocated to widget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]