Skip to content

Instantly share code, notes, and snippets.

@defHLT
Last active August 29, 2015 14:18
Show Gist options
  • Save defHLT/5bca895cc297585da8eb to your computer and use it in GitHub Desktop.
Save defHLT/5bca895cc297585da8eb to your computer and use it in GitHub Desktop.
(on-ui
(set-content-view! this
[:linear-layout {}
[:button {:id ::mybtn
:text "A button"
:on-click (fn [w]
(let [edit (find-view this ::myedit)]
(config edit :text "Clicked!")))}]
[:edit-text {:id ::myedit}]]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment