efl/src/lib/edje/efl_canvas_layout_internal_...

14 lines
367 B
Plaintext

class Efl.Canvas.Layout_Internal.Swallow (Efl.Canvas.Layout_Internal, Efl.Container)
{
[[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.Container.content { get; set; }
Efl.Container.content_unset;
}
}