Builder/Provider/GtkUsage.txt
[app.Builder.js] / README.txt
index 87b096b..f0cef2b 100644 (file)
@@ -30,10 +30,11 @@ Where it is..
 * sourceview to uses spaces rather than tabs. (and autoindents..)
 * Help view - load docs..
 * highlight in gtk preview - works but is klunky..
-
+* Support for extra code in Roo HTML is done by "Set extra HTML in rendere"
 -----------------------------------------------------
 
 TODO (Gtk)
+* Tables are not rendering first time round..
 * Dialog buttons - need special rendering on preview.
 * Icon-size (should be an enum...??)
 * (Image|....??? ).stock - should be a list of stock icons..
@@ -49,8 +50,24 @@ TODO (Gtk)
 -----------------------------------------------------
 
 TODO (Roo)
-* Support for baseURL.. ?? auth? - project properties..
+* file properties - title, parent etc..
+
+-----------------------------------------------------
+
+Thoughts...
+* Widget definition files.. (to replace our 'Usage.txt' files)
+-> defaults  { ... }
+-> onAdd(name_of_parent, cfg) { modifies defaults.. }
+-> validParents : [ .... ]
+-> validChildren???: [ .... ]
+
+* how to handle stuff like GtkTable.. - 
+ - needs cols,rows in constructor.
+ - child properties do not appear to work?  -- investigate?
 
+* XObject - Use Buildable interface???
+  
+* Preview area - use glade widgets?
 
 -----------------------------------------------------
 Concepts