Method
GtkPanedpack1
Declaration [src]
void
gtk_paned_pack1 (
GtkPaned* paned,
GtkWidget* child,
gboolean resize,
gboolean shrink
)
Parameters
child
-
Type:
GtkWidget
The child to add.
The data is owned by the caller of the method. resize
-
Type:
gboolean
Should this child expand when the paned widget is resized.
shrink
-
Type:
gboolean
Can this child be made smaller than its requisition.