gtk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A container with a handle and a detachable child widget.The HandleBox widget allows a portion of a window to be "torn off". It is a widget that displays its child with a handle that the user can drag to create a separate floating window containing the child widget and the 'handle'.A thin ghost is drawn in the original location of the HandleBox. By dragging the separate window back to its original location, it can be reattached. When reattaching, the ghost and float window, must be aligned along one of the edges, the . This can either be specified by the application programmer explicitly, otherwise a reasonable default will be used, based on the .To make detaching and reattaching the HandleBox as minimally confusing as possible to the user, it is important to set the snap edge so that it does not move when the HandleBox is deattached. For instance, if the HandleBox is packed at the bottom of a , then when the HandleBox is detached, the bottom edge of the HandleBox's allocation will remain fixed as the height of the HandleBox shrinks, so the snap edge should be set to .The child of this widget is set using the method in .Gtk.BinAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of HandleBox, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorThe main way to create a HandleBox.A new HandleBox.Creates a new HandleBox, with the set to the .PropertySystem.UInt32The GLib Type for Gtk.HandleBoxThe GLib Type for the Gtk.HandleBox class.PropertyGtk.PositionTypeManage which edge a detached HandleBox must reattach to.
The new edge
The current edge that snapping works with.To ensure good usability, this edge should be set to a side of the HandleBox whose position or size will not be altered when the child is detached.PropertyGtk.ShadowTypeManage the appearance of the surrounding the child widget.
The new style of shadow to use for this HandleBox.
The current style of shadow in use.PropertyGtk.PositionTypeManage where the handle of this container is placed.
A new position for the handle.
The current position of the handle.Note: In western cultures, anything other than a handle for horizontal HandleBoxes, or a handle for vertical HandleBoxes, may seem strange to users.The reverse is likely to be true for cultures with languages that are written from right to left.PropertyGtk.ShadowTypeManage the appearance of the surrounding the child widget.
The new style of shadow to use for this HandleBox.
The current style of shadow in use.EventGtkSharp.ChildAttachedHandlerThis event is fired when the contents of the HandleBox are reattached to the main window. EventGtkSharp.ChildDetachedHandlerThis event is fired when the contents of the handlebox are detached from the main window.ConstructorInternal constructor
GLib type for the type
Creates a new instance of HandleBox, 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.PropertySystem.BooleanTo be added
a a To be added