GtkPacker

GtkPacker

Synopsis

class GtkPacker GtkContainer
{
    default_border_width;        // guint : Read / Write 
    default_ipad_x;              // guint : Read / Write 
    default_ipad_y;              // guint : Read / Write 
    default_pad_x;               // guint : Read / Write 
    default_pad_y;               // guint : Read / Write 
    spacing;                     // guint : Read / Write 
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<--GtkPacker

Methods

add (child, side, anchor, options, border_width, pad_x, pad_y, i_pad_x, i_pad_y)
add_defaults (child, side, anchor, options)
reorder_child (child, position)
set_child_packing (child, side, anchor, options, border_width, pad_x, pad_y, i_pad_x, i_pad_y)
set_default_border_width (border)
set_default_ipad (i_pad_x, i_pad_y)
set_default_pad (pad_x, pad_y)
set_spacing (spacing)

Related Functions

gtk_packer_get_type () -- replaces GTK_TYPE_PACKER
gtk_packer_new ()