Handbook
Glossary
<window> ( board-gadgets orientation fsn constraint -- gadget )
Vocabulary
gamelib
.
ui
Inputs
board-gadgets
an
object
orientation
an
object
fsn
an
object
constraint
an
object
Outputs
gadget
an
object
Definition
USING:
accessors
sequences
ui.gadgets.tracks
;
IN:
gamelib.ui
::
<window>
( board-gadgets orientation fsn constraint -- gadget )
orientation
window-gadget
new-track
fsn
>>focusable-child-number
board-gadgets
[
constraint
track-add
]
each
;