GtkHandleBox

GtkHandleBox — a container whose children can be detached and moved.

Synopsis

class GtkHandleBox GtkBin
{
    handle_position;        // GtkPositionType : Read / Write 
    shadow;                 // GtkShadowType   : Read / Write 
    snap_edge;              // GtkPositionType : Read / Write 
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<-- GtkBin<--GtkHandleBox

Methods

set_handle_position (position)
set_shadow_type (type)
set_snap_edge (edge)

Related Functions

gtk_handle_box_get_type () -- replaces GTK_TYPE_HANDLE_BOX
gtk_handle_box_new ()

Example

See the Handle Box example in the Example Code Appendix.