Looking at the code, it's used to compute the size of the child gadget when
the border doesn't have it's preferred dimension. fill should be a pair of
numbers between 0 and 1 which represent how the extra space is shared
between the border and the child gadget on each axis.

You can see it in action by resizing the windows produced by the following
code:

"{ 0 0 } fill" <label> COLOR: blue <solid> >>interior
{ 50 50 } <border> COLOR: red <solid> >>interior "foo" open-window

"{ 1 1 } fill" <label> COLOR: blue <solid> >>interior
{ 50 50 } <filled-border> COLOR: red <solid> >>interior "foo" open-window

Cheers,
Jon



Jon

On Wed, Jul 6, 2016 at 10:25 AM, Georg Simon <georg.si...@auge.de> wrote:

> What kind of child gadget did you use ?
> I experimented with a label as child gadget and could not find any
> effect.
>
> Am Wed, 6 Jul 2016 00:21:54 -0400
> schrieb Mike Maul <mike.m...@gmail.com>:
>
> > Well experimentally it seems to affect the spacing between the child
> > gadget and the border. I've only seen it affect the y axis. I've been
> > trying to grok the factor ui lately. It seems quite powerful and fun
> > but the lack of examples and docs is making it a bit of a tough slog.
> > Though it does seem quite logical and natural once you start
> > understanding parts of it.
> >
> > On Tue, Jul 5, 2016 at 10:08 AM, Georg Simon <georg.si...@auge.de>
> > wrote:
> >
> > > Hi,
> > > what is the purpose of the slot fill in the tuple border ?
> > >
> > >
> > >
> ------------------------------------------------------------------------------
> > > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in
> > > San Francisco, CA to explore cutting-edge tech and listen to tech
> > > luminaries present their vision of the future. This family event
> > > has something for everyone, including kids. Get more information
> > > and register today. http://sdm.link/attshape
> > > _______________________________________________
> > > Factor-talk mailing list
> > > Factor-talk@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/factor-talk
> > >
>
>
>
> ------------------------------------------------------------------------------
> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to