pack_start
Description:
Adds child to this, packed with reference to the start of this
.
The child is packed after any other child packed with reference to the start of this.
Parameters:
| this |
a Box |
| child |
the Widget to be added to this |
| expand |
true if the new child is to be given extra space allocated to this. The extra space will be divided evenly between all children that use this option |
| fill |
true if space given to |
| padding |
extra space in pixels to put between this child and its neighbors, over and above the global amount specified by
spacing property. If |