Flags
Value | Symbolic name | Description |
0 | GTK_EXPAND | The child's allocated area will expand proportionately when the parent container is resized. |
1 | GTK_SHRINK | The child will shrink to the dimensions of its size request regardless of the size of the parent or its allocated area. |
2 | GTK_FILL | The child will expand to fill its allocated area. |