efl.ui.layout: mark methods as beta

Summary:
ref T7512
Depends on D8059

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric, #reviewers, #committers

Tags: #efl_api

Maniphest Tasks: T7512

Differential Revision: https://phab.enlightenment.org/D8060
This commit is contained in:
Mike Blumenkrantz 2019-03-04 13:36:31 -05:00
parent da16711974
commit 2f007f7a08
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@ abstract @beta Efl.Ui.Layout_Base extends Efl.Ui.Widget implements Efl.Container
style: string("default"); [[The style to use, eg "default".]]
}
}
@property automatic_theme_rotation {
@property automatic_theme_rotation @beta {
[[This flag tells if this object will automatically mirror the rotation changes of the window to this object.
]]
values {
automatic : bool; [[$true to mirror orientation changes to the theme $false otherwise]]
}
}
theme_rotation_apply {
theme_rotation_apply @beta {
[[Apply a new rotation value to this object.]]
params {
orientation : Efl.Orient; [[The new rotation value.]]