gtk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.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.
Gtk.ContainerAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidGets the size of the scrollbar area for the .
an object of type
an object of type MethodSystem.VoidSets the size of the scrollable area for the .
an object of type
an object of type MethodSystem.VoidMoves a current child of to a new position.
an object of type
an object of type
an object of type MethodSystem.VoidAdds to the , at position (, ).
an object of type
an object of type
an object of type becomes the new parent container of .MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of Layout, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorCreates a new object.
an object of type
an object of type an object of type ConstructorInternal constructoran object of type This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.PropertySystem.UInt32The for The for the class.PropertySystem.UInt32The width of the layout.
an object of type an object of type PropertyGtk.AdjustmentThe for the horizontal position.
an object of type an object of type PropertyGtk.AdjustmentThe for the vertical position.
an object of type an object of type PropertySystem.UInt32The height of the layout.
an object of type an object of type EventGtkSharp.ScrollAdjustmentsSetHandlerTo be addedTo be addedConstructorInternal constructor
GLib type for the type
Creates a new instance of Layout, using the GLib-provided typeThis is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.PropertyGdk.WindowTo be addeda To be added