ui.gadgets.tracks-docs: minor documentation improvements
parent
cc70848c24
commit
ce525a7481
basis/ui/gadgets/tracks
|
@ -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 } } }
|
||||
|
|
Loading…
Reference in New Issue