README.txt
[app.Builder.js] / README.txt
index 07c66c7..6c2133d 100644 (file)
@@ -22,12 +22,12 @@ Files are JSON data files at present..
 Where it is..
 
 * basic builder app runs - you can build a tree of elements making up a interface for roo and gtk.
-
+* listeners are  created correctly.
 
 -----------------------------------------------------
 TODO
-* listeners need to created correctly.
 
+* listeners (for gtk need prototypes);
 * create output to JS ...
 * templates for elements... - eg. defaults for classic elements.
 * sort out add heirachy for Gtk..
@@ -46,6 +46,8 @@ xtype (element type) eg. Window / Button etc..
 |xns  (namespace) = eg. Gtk/Roo etc.
 
 |**** anything starting with a pipe is raw data field rather than quoted..
-!listener  anything starting with a ! is a listener..
+
+
+each element can have a property listeners which is where the listeners go...