efl/src/lib/efl_wl/efl_wl_surface.eo

23 lines
423 B
Plaintext
Raw Normal View History

class @beta Efl.Wl.Surface extends Efl.Canvas.Group
{
[[@since 1.24]]
data: Comp_Surface;
methods {
extract {
return: bool;
}
@property pid {
get {}
values {
pid: int;
}
}
}
implements {
Efl.Object.constructor;
Efl.Gfx.Entity.visible { set; }
Efl.Gfx.Entity.size { set; }
Efl.Gfx.Entity.position { set; }
}
}