From d39c64d886b7d3cb42572956f0eeaa07eb79c145 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 May 2010 14:20:06 +0800 Subject: [PATCH] README.txt --- README.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.txt b/README.txt index 4610caf7e..a3264d207 100644 --- a/README.txt +++ b/README.txt @@ -34,4 +34,17 @@ TODO * make heirachy editor... * use application to write itself... +----------------------------------------------------- +Concepts + +Basically both Roo and JS are built using a tree of elements (tagged with xtype/xns) +sub elements always go in the items array.. +we have some special properties of elements, eg. + +*prop (a property of the parent) +xtype (element type) eg. Window / Button etc.. +|xns (namespace) = eg. Gtk/Roo etc. + + + -- 2.39.2