gtkWidgetSetAllocation {RGtk2}R Documentation

gtkWidgetSetAllocation

Description

Sets the widget's allocation. This should not be used directly, but from within a widget's size_allocate method.

Usage

gtkWidgetSetAllocation(object, allocation)

Arguments

object

a GtkWidget

allocation

a pointer to a GtkAllocation to copy from

Details

Since 2.18

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]