I'm not completely sure if this is correct though. And please don't
hesitate to correct any language errors.
---
basis/ui/gadgets/tracks/tracks-docs.factor | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/basis/ui/gadgets/tracks/tracks-docs.factor
b/basis/ui/gadgets/tracks/tracks-docs.factor
index cf5c94a..4ead88f 100644
--- a/basis/ui/gadgets/tracks/tracks-docs.factor
+++ b/basis/ui/gadgets/tracks/tracks-docs.factor
@@ -19,6 +19,8 @@ HELP: <track>
HELP: track-add
{ $values { "track" track } { "gadget" gadget } { "constraint" "a number
between 0 and 1, or " { $link f } } }
-{ $description "Adds a new child to a track. If the constraint is " { $link f
} ", the child always occupies its preferred size. Otherwise, the constrant is
a fraction of the total size which is allocated for the child." } ;
+{ $description "Adds a new child to a track. If the constraint is " { $link f
} ", the child always occupies its preferred size. Otherwise, the size of the
child is determined by it's constraint compared to other children with a non-"
{ $link f } " constraint."
+$nl
+"For example, suppose a track has three children with constraints " { $link f
} ", " { $snippet "0.2" } " and " { $snippet "0.4" } ". Now the size of the
first child will be constant and the size of the second child will be half the
size of the third child." } ;
ABOUT: "ui-track-layout"
--
1.6.5.6
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk