gnue-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: forms/src/GFParser.py - vbox/hbox - block - description: scrollbar?


From: Randall Whitman
Subject: Re: forms/src/GFParser.py - vbox/hbox - block - description: scrollbar?
Date: Mon, 08 Aug 2011 09:37:43 -0700

> 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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]