Hey,

this is more of a question/feature request. Do you consider constraints 
definition compatible to Cassowary[0] (Apple speak: auto-layout) yet?
An example of how such constraint definition could look like can be found in 
the following DSL: https://github.com/s4cha/Stevia

Would be nice to have that considered (reserved keywords, etc.).

Cheers,

Leif

[0] http://www.cs.washington.edu/research/constraints/cassowary/

> Am 08.03.2016 um 17:14 schrieb Yakov Goldberg <yako...@samsung.com>:
> 
> 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


------------------------------------------------------------------------------
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