From ce525a74812e050c98c2cee78f40d1a15262d407 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Wed, 10 Aug 2016 02:00:45 +0300 Subject: [PATCH] ui.gadgets.tracks-docs: minor documentation improvements --- basis/ui/gadgets/tracks/tracks-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/ui/gadgets/tracks/tracks-docs.factor b/basis/ui/gadgets/tracks/tracks-docs.factor index fc57e18c72..983aa23b14 100644 --- a/basis/ui/gadgets/tracks/tracks-docs.factor +++ b/basis/ui/gadgets/tracks/tracks-docs.factor @@ -20,10 +20,10 @@ HELP: new-track { "class" "a gadget class" } { "track" gadget } } -{ $description "Creates a new container gadget of the specified class and sets its children lay out to either " { $link horizontal } " or " { $link vertical } "." } ; +{ $description "Creates a new container gadget of the specified class and sets its children layout to either " { $link horizontal } " or " { $link vertical } "." } ; HELP: track -{ $class-description "A track is like a " { $link pack } " except each child is resized to a fixed multiple of the track's dimension in the direction of " { $snippet "orientation" } ". Tracks are created by calling " { $link } "." } ; +{ $class-description "A track is like a " { $link pack } " except each child is resized to a fixed multiple of the track's dimension in the direction of " { $snippet "orientation" } ". Tracks are created by calling " { $link } " or " { $link new-track } "." } ; HELP: track-add { $values { "track" track } { "gadget" gadget } { "constraint" "a number between 0 and 1, or " { $link f } } }