SIZEPOLICY attribute removal for containers

The SIZEPOLICY attribute is no longer availabel for layout containers like TABLE / GRID.

Before version 2.40 it was possible to specify a SIZEPOLICY attribute for several sort of form elements, including containers such as TABLE, GRID. The SIZEPOLICY attribute make no sense in containers and is only meaningful for leaf nodes (i.e. widgets such as EDIT, COMBOBOX). The form compiler will now report a syntax error if the SIZEPOLICY attribute is used in the definition of elements that are not widgets.