elementary: stabilize Efl.Ui.Relative_Container

Summary: ref T8380

Reviewers: segfaultxavi, woohyun, zmike, bu5hm4n, cedric

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8380

Differential Revision: https://phab.enlightenment.org/D10641
This commit is contained in:
Yeongjong Lee 2019-11-29 10:43:23 +01:00 committed by Xavi Artigas
parent 74b4b354f5
commit 3ba366498c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import efl_gfx_types;
class @beta Efl.Ui.Relative_Container extends Efl.Ui.Widget implements Efl.Pack_Layout, Efl.Pack
class Efl.Ui.Relative_Container extends Efl.Ui.Widget implements Efl.Pack_Layout, Efl.Pack
{
[[The relative container class.