X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=README.txt;h=b29c4fa1daf9926a3ef1b306fbaf64e2d3767ceb;hb=e3ac87603261441ce205288978fa5d71f4af113a;hp=87b096b33c0ef88d61f6fe5f13a409d63e369830;hpb=8a6c49ff522108ab0fa2b24673887605b4c89148;p=app.Builder.js diff --git a/README.txt b/README.txt index 87b096b33..b29c4fa1d 100644 --- a/README.txt +++ b/README.txt @@ -30,7 +30,7 @@ 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) @@ -49,7 +49,20 @@ 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? -----------------------------------------------------