Skip to content

Instantly share code, notes, and snippets.

@apiguy
Created May 25, 2010 02:43
Show Gist options
  • Save apiguy/412691 to your computer and use it in GitHub Desktop.
Save apiguy/412691 to your computer and use it in GitHub Desktop.
draw :text, "To Do:", :font_size => 24
draw :text, "Empty list...", :named => "todo_list", :height => 150
draw :edit_line, :named => "input"
draw :button, "Add to list", :named => "clicker"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment