> function of the block attribute of h/vbox ...
> is to be a default for all child elements

Makes sense, sounds good.
>From the perspective of Designer, this would allow (but not require)
placing a block attribute on the h/vbox element, without having to place
one on each entry inside.

Can I assume that such default applies for multiple nested levels,
e.g. the following?

      <vbox name="Vbox01" block="blkGNUE1" label="None">
        <hbox name="Hbox1">
          <entry name="entGdate" field="fldGdate" label="Gdate:"/>
        </hbox>
        <hbox name="Hbox2">
          <entry name="entGnum" bfield="fldGnum" label="gNum:"/>
        </hbox>
      </vbox>

_______________________________________________
gnue-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnue-dev

Reply via email to