pack_end
Description:
Adds child
to this, packed with reference to the end of this.
The child
is packed after (away from end of) any other child packed with reference to the end 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 of this 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 |