Handbook
Glossary
periodic-table-window ( -- )
Vocabulary
periodic-table
Inputs
None
Outputs
None
Definition
USING:
accessors
kernel
ui
ui.gadgets.borders
ui.gadgets.worlds
;
IN:
periodic-table
:
periodic-table-window
( -- )
[
f
T{
world-attributes
{
title
"Periodic Table"
}
}
clone
<periodic-table>
{
5 5
}
<border>
>>gadgets
open-window
]
with-ui
;