efl/src/lib/edje/efl_canvas_layout_part_swal...

14 lines
353 B
Plaintext

class Efl.Canvas.Layout_Part_Swallow (Efl.Canvas.Layout_Part, Efl.Content)
{
[[Represents a SWALLOW part of an Edje object.
Its lifetime is limited to one function call only, unless an extra
reference is explicitely held.
]]
data: null;
implements {
Efl.Content.content { get; set; }
Efl.Content.content_unset;
}
}