DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Add Face To Pane Snippet
add-button: does [
append lay/pane layout/offset [
button [alert "I'm new!"]
] 100x100
show lay
]
view lay: layout [size 400x300 button [add-button]]





