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