Handbook
Glossary
golden-section-window ( -- )
Vocabulary
golden-section
Inputs
None
Outputs
None
Definition
USING:
accessors
kernel
ui
ui.gadgets.worlds
;
IN:
golden-section
:
golden-section-window
( -- )
[
f
T{
world-attributes
{
title
"Golden Section"
}
}
clone
<golden-section>
>>gadgets
open-window
]
with-ui
;