efl_ui_layout_part_*: declare stable

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9995
This commit is contained in:
Marcel Hollerbach 2019-09-17 16:41:49 +02:00 committed by Cedric Bail
parent fc22a94d26
commit 2f48607e7c
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Layout_Part extends Efl.Ui.Widget_Part class Efl.Ui.Layout_Part extends Efl.Ui.Widget_Part
{ {
[[Elementary layout internal part class]] [[Elementary layout internal part class]]
data: null; data: null;

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Layout_Part_Bg extends Efl.Ui.Widget_Part_Bg class Efl.Ui.Layout_Part_Bg extends Efl.Ui.Widget_Part_Bg
{ {
[[Elementary layout internal part background class]] [[Elementary layout internal part background class]]
data: null; data: null;

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Layout_Part_Box extends Efl.Object implements Efl.Pack_Linear, class Efl.Ui.Layout_Part_Box extends Efl.Object implements Efl.Pack_Linear,
Efl.Ui.Layout_Orientable_Readonly Efl.Ui.Layout_Orientable_Readonly
{ {
[[Represents a Box created as part of a layout. [[Represents a Box created as part of a layout.

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Layout_Part_Content extends Efl.Ui.Layout_Part implements Efl.Content class Efl.Ui.Layout_Part_Content extends Efl.Ui.Layout_Part implements Efl.Content
{ {
[[Elementary layout internal part class]] [[Elementary layout internal part class]]
data: null; data: null;

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Layout_Part_Table extends Efl.Object implements Efl.Pack_Table class Efl.Ui.Layout_Part_Table extends Efl.Object implements Efl.Pack_Table
{ {
[[Represents a Table created as part of a layout. [[Represents a Table created as part of a layout.

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Layout_Part_Text extends Efl.Ui.Layout_Part implements Efl.Text, Efl.Text_Markup, class Efl.Ui.Layout_Part_Text extends Efl.Ui.Layout_Part implements Efl.Text, Efl.Text_Markup,
Efl.Ui.L10n Efl.Ui.L10n
{ {
[[Elementary layout internal part class]] [[Elementary layout internal part class]]