edje_cc: update reference about LazEDC syntax

Summary:
add programs block to the sample code of LazEDC,
and add comment about possibility to omit "default"
when part description inherits from "default".

Reviewers: Hermet, zmike

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3915
This commit is contained in:
Jee-Yong Um 2016-04-25 11:55:18 -04:00 committed by Mike Blumenkrantz
parent 29397ad8d7
commit fff984c96b
1 changed files with 4 additions and 2 deletions

View File

@ -1009,10 +1009,12 @@ New_Statement_Handler statement_handlers[] =
rel1.relative: 0.5 0;
rel2.relative: 1 1;
}
desc { "t2"; inherit: "default";
desc { "t2";
inherit: "default";
color: 0 255 0 255;
}
desc { "t3"; inherit: "default";
desc { "t3";
inherit; // "default" can be omitted.
color: 0 0 255 255;
}
}