Gtk.Layout Class
Infinite scrollable area containing child widgets and/or custom drawing

See Also: Layout Members

Syntax

[System.Reflection.DefaultMember("Item")]
public class Layout : Container

Remarks

Gtk.Layout is similar to Gtk.DrawingArea in that it is a "blank slate" and does not do anything but paint a blank background by default. It is different in that it supports scrolling natively (you can add it to a Gtk.ScrolledWindow), and it can contain child widgets, since it is a Gtk.Container. However, if you are just going to draw, a Gtk.DrawingArea is a better choice, since it has lower overhead.

Requirements

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