Skip to content

Instantly share code, notes, and snippets.

@hsjunnesson
Created January 26, 2011 10:00
Show Gist options
  • Save hsjunnesson/796501 to your computer and use it in GitHub Desktop.
Save hsjunnesson/796501 to your computer and use it in GitHub Desktop.
{:class Composite
:children [{:class Button :text "Button 0"}
{:class Button :text "Button 1"}
{:class Button :text "Button 2"}
{:class Button :text "Button 3"}
{:class Button :text "Button 4"}
{:class Button :text "Button 5"}
{:class Button :text "Button 6"}
{:class Button :text "Button 7"}
{:class Button :text "Button 8"}
{:class Button :text "Button 9"}
{:class Composite
:children [{ :class Label :text "Label"}]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment