Gtk.Widget.SizeAllocate Method
This method is only used by Gtk.Container subclasses, to assign a size and position to their child widgets.

Syntax

public void SizeAllocate (Gdk.Rectangle allocation)

Parameters

allocation
A position and size to be allocated to widget.

Remarks

This fuction is only used by Gtk.Container subclasses, to assign a size and position to their child widgets.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)