GtkPaned

GtkPaned — a parent class for adjustable panes.

Synopsis

class GtkPaned GtkContainer
{
    gutter_size;        // guint : Read / Write 
    handle_size;        // guint : Read / Write 
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<--GtkPaned

Child Classes

GtkHPaned GtkVPaned

Methods

add1 (child)
add2 (child)
compute_position (allocation, child1_req, child2_req)
pack1 (child, resize, shrink)
pack2 (child, resize, shrink)
set_gutter_size (size)
set_handle_size (size)
set_position (position)

Related Functions

_gtk_paned_get_gutter_size (paned)
_gtk_paned_get_handle_rect (paned, rectangle)
_gtk_paned_is_handle_full_size (paned)
gtk_paned_get_type () -- replaces GTK_TYPE_PANED

Example

See the Panes example in the Example Code Appendix.