Add packs in child objects.
Delete may or may not remove a child. This is toolkit specific. It may also be tied up with garbage collection. To avoid that, keep a reference to the child object before deleting.
1 2 3 4 5 6 7 8 9 |
obj |
parent object |
child |
child widget |
expand |
NULL or logical. For box containers controls whether a child will expand to fill the allocated space. |
fill |
NULL or character. For box containers. The value of |
anchor |
NULL or integer. For box containers. The anchor argument is used to position the child within the parent when there is more space allocated than the child requests. This is specified with a Cartesian pair in -1,0,1 x -1, 0, 1. |
... |
passed on to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.