gtk-sharp Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Gtk.Container Gtk.IScrollable Infinite scrollable area containing child widgets and/or custom drawing is similar to 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 ), and it can contain child widgets, since it is a . However, if you are just going to draw, a is a better choice, since it has lower overhead. Constructor Pointer to the C object. Internal constructor This is an internal constructor, and should not be used by user code. Constructor an object of type an object of type Creates a new object. Property Gdk.Window The window object for this layout widget. a Method System.Void an object of type an object of type Gets the size of the scrollbar area for the . Property GLib.GType GType Property. a Returns the native value for . Property GLib.Property("hadjustment") Gtk.Adjustment The for the horizontal position. an object of type Property GLib.Property("height") System.UInt32 The height of the layout. an object of type Property GLib.Property("hscroll-policy") Gtk.ScrollablePolicy To be added. To be added. To be added. Property Gtk.Container+ContainerChild To be added. To be added. To be added. To be added. Method System.Void an object of type an object of type an object of type Moves a current child of to a new position. Method System.Void an object of type an object of type an object of type Adds to the , at position (, ). becomes the new parent container of . Method System.Void an object of type an object of type Sets the size of the scrollable area for the . Property GLib.Property("vadjustment") Gtk.Adjustment The for the vertical position. an object of type Property GLib.Property("vscroll-policy") Gtk.ScrollablePolicy To be added. To be added. To be added. Property GLib.Property("width") System.UInt32 The width of the layout. an object of type