Efl.Gfx.Fill (interface)

Description

Efl graphics fill interface

Members

fill (get, set)

Specifies how to tile an image to fill its rectangle geometry.
Eina_Rect efl_gfx_fill_get(const Eo *obj);
void efl_gfx_fill_set(Eo *obj, Eina_Rect fill);


fill_auto (get, set)

Binds the object's Efl.Gfx.Fill.fill property to its actual geometry.
Eina_Bool efl_gfx_fill_auto_get(const Eo *obj);
void efl_gfx_fill_auto_set(Eo *obj, Eina_Bool filled);


Events