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

Snippets has posted 5883 posts at DZone. View Full User Profile

Add Face To Pane Snippet

01.18.2006
| 1535 views |
  • submit to reddit
        
add-button: does [
    append lay/pane layout/offset [
        button [alert "I'm new!"]
    ] 100x100
    show lay
]
view lay: layout [size 400x300 button [add-button]]