add2
Description:
Adds a child to the bottom or right pane with default parameters.
This is equivalent to `gtk_paned_pack2 (paned, child, TRUE, TRUE)`.
Parameters:
| this |
a paned widget |
| child |
the child to add |
Adds a child to the bottom or right pane with default parameters.
This is equivalent to `gtk_paned_pack2 (paned, child, TRUE, TRUE)`.
| this |
a paned widget |
| child |
the child to add |