efl.edje.Edje
Class¶efl.edje.
Edje
(Canvas canvas, file=None, group=None, size=None, geometry=None, **kwargs)¶This is a high level efl.evas.SmartObject
that is defined as a
group of parts, usually written in text files (.edc) and compiled as a
package using EET to store resources (.edj).
Attention
messages are one way only! If you emit a message from Python you will just get it from your Embryo script, if you emit from Embryo you just get it in Python. If you want to emit events and capture them on the same side, use signals.
canvas (Canvas
) – Evas canvas for this object
file (string) – File name
group (string) – Group name
size (tuple of ints) – Min size for the object
geometry (tuple of ints) – Geometry for the object
**kwargs – All the remaining keyword arguments are interpreted as properties of the instance