From 1bd56696af3fd3866924a1650d73ef9debccd913 Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Mon, 19 Jan 2015 15:07:51 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 512acaf..e92a7a2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This is in a very early state, so there isn't much yet. Take a look at the [Cloj * Declarative EDN GUI structure compilation * FXML loading and scripting +* Simplified event binding (bind a Clojure function to an event trigger) * Turn a scene graph into a flat id-node-map and/or get nodes by id out of a scene graph ### Declarative UI programming @@ -33,4 +34,4 @@ This is in a very early state, so there isn't much yet. Take a look at the [Cloj HBox {:id "HorizontalBox" :children [Button {:text "OK"} superbutton]}]}]) -``` +``` \ No newline at end of file