From 8b143fd0badcfe4beb20e3940eeaeddc76954df4 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 7 Mar 2019 15:09:53 +0000 Subject: [PATCH] efl.ui.win: mark last remaining unstable methods as @beta After this, it looks like this class is stable enough for release. ref T7511 Reviewed-by: Cedric BAIL Reviewed-by: Mike Blumenkrantz Differential Revision: https://phab.enlightenment.org/D8220 --- src/lib/elementary/efl_ui_win.eo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo index ab3bafa..edc4e00 100644 --- a/src/lib/elementary/efl_ui_win.eo +++ b/src/lib/elementary/efl_ui_win.eo @@ -196,7 +196,7 @@ class @beta Efl.Ui.Win extends Efl.Ui.Widget implements Efl.Canvas.Scene, Efl.Ac type: Efl.Ui.Win_Indicator_Mode; [[The mype, one of @Efl.Ui.Win_Indicator_Mode.]] } } - @property keyboard_mode { + @property keyboard_mode @beta { set { [[Sets the keyboard mode of the window.]] } @@ -236,7 +236,7 @@ class @beta Efl.Ui.Win extends Efl.Ui.Widget implements Efl.Canvas.Scene, Efl.Ac profiles: const(array); [[A list of profiles.]] } } - @property screen_constrain { + @property screen_constrain @beta { set { [[Constrain the maximum width and height of a window to the width and height of the screen. @@ -943,7 +943,7 @@ class @beta Efl.Ui.Win extends Efl.Ui.Widget implements Efl.Canvas.Scene, Efl.Ac unfullscreen: void; [[Called when window is no longer set to fullscreen]] maximized: void; [[Called when window is set to maximized]] unmaximized: void; [[Called when window is no longer set to maximized]] - indicator,prop,changed: void; [[Called when indicator is property changed]] + indicator,prop,changed @beta: void; [[Called when indicator is property changed]] rotation,changed: void; [[Called when window rotation is changed]] profile,changed @beta: void; [[Called when profile is changed]] wm,rotation,changed @beta: void; [[Called when window manager rotation is changed]] -- 2.7.4