Skip to content

Instantly share code, notes, and snippets.

@marick
Created May 31, 2011 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marick/1000965 to your computer and use it in GitHub Desktop.
Save marick/1000965 to your computer and use it in GitHub Desktop.
(ns my.app
(:use [my.big.bag.of.functions :only [the-model-function]]))
(def-clump-o-controls
:trigger button
:inputs [spinner listbox]
:outputs [textbox])
(defn prepare-view []
(on-trigger button
(many-to-one (the-model-function listbox spinner) => textbox)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment