gtk-sharp 0.0.0.0 neutral Gtk# 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.Bin Atk.Implementor GLib.IWrapper GLib.IWrapper System.IDisposable Method System.Void Disposes the resources associated with the object. Constructor Internal 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. Constructor The main way to create a HandleBox. A new HandleBox. Creates a new HandleBox, with the set to the . Property System.UInt32 The GLib Type for Gtk.HandleBox The GLib Type for the Gtk.HandleBox class. Property Gtk.PositionType Manage 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. Property Gtk.ShadowType Manage 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. Property Gtk.PositionType Manage 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. Property Gtk.ShadowType Manage 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. Event GtkSharp.ChildAttachedHandler This event is fired when the contents of the HandleBox are reattached to the main window. Event GtkSharp.ChildDetachedHandler This event is fired when the contents of the handlebox are detached from the main window. Constructor Internal constructor GLib type for the type Creates a new instance of HandleBox, using the GLib-provided 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. Property System.Boolean To be added a a To be added