ui.gadgets.tracks-docs: minor documentation improvements

char-rename
Alexander Iljin 2016-08-10 02:00:45 +03:00 committed by John Benediktsson
parent cc70848c24
commit ce525a7481
1 changed files with 2 additions and 2 deletions

View File

@ -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 <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 <track> } " or " { $link new-track } "." } ;
HELP: track-add
{ $values { "track" track } { "gadget" gadget } { "constraint" "a number between 0 and 1, or " { $link f } } }