README.txt
[app.Builder.js] / README.txt
index a3264d2..430830d 100644 (file)
@@ -22,17 +22,19 @@ 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.
+* listeners with gtk prototypes
 
 -----------------------------------------------------
 TODO
-* listeners need to created correctly.
 
+* calculate mouseover for rendered view of Gtk preview.
 * create output to JS ...
 * templates for elements... - eg. defaults for classic elements.
 * sort out add heirachy for Gtk..
 * make heirachy editor...
 * use application to write itself...
+* Help view - load docs..
 
 -----------------------------------------------------
 Concepts
@@ -45,6 +47,9 @@ we have some special properties of elements, eg.
 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..
+
 
+each element can have a property listeners which is where the listeners go...