Hello everyone,
I had discussions with Tom and as a result updated wiki page.

You can find it here:
https://phab.enlightenment.org/w/ui_builders_format/


Most things are clear there are several questions to be discussed:

* fixed indentation (4 spaces) or not fixed
* Widget vs Elm.Widget: all widgets - are they Elm Widgets only and thus "Elm" 
can be skipped or we want to use namespace
* button vs Button: starts with capital letter?
* callbacks format - options:
     Button()
       on clicked("callback_name")
       on("clicked", "callback_name")

     #and whether allow or not property modification and object creations in 
callbacks:
       on("clicked", "callback_name", box_1.visible = true, #and more ui 
updates)
       on clicked,double(box_1.visible = true)
       on clicked,double(create ("window_2", null))

* snippets support - please read in wiki
     https://phab.enlightenment.org/w/ui_builders_format/#snippets


Regards
Yakov


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to