;; first, create a button callback (must be of type [void]*) (bind-func my_button_cb (lambda () (println "click!") void))