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