gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.ContainerGtk.ScrollableInfinite 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 constructorThis 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.PropertyGdk.WindowThe window object for this layout widget.a MethodSystem.Void
an object of type
an object of type Gets the size of the scrollbar area for the .PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyGLib.Property("hadjustment")Gtk.AdjustmentThe for the horizontal position.an object of type PropertyGLib.Property("height")System.UInt32The height of the layout.an object of type PropertyGLib.Property("hscroll-policy")Gtk.ScrollablePolicyTo be added.To be added.To be added.PropertyGtk.Container+ContainerChild
To be added.
To be added.To be added.To be added.MethodSystem.Void
an object of type
an object of type
an object of type Moves a current child of to a new position.MethodSystem.Void
an object of type
an object of type
an object of type Adds to the , at position (, ). becomes the new parent container of .MethodSystem.Void
an object of type
an object of type Sets the size of the scrollable area for the .PropertyGLib.Property("vadjustment")Gtk.AdjustmentThe for the vertical position.an object of type PropertyGLib.Property("vscroll-policy")Gtk.ScrollablePolicyTo be added.To be added.To be added.PropertyGLib.Property("width")System.UInt32The width of the layout.an object of type