efl_ui_textbox: mark @beta to cnp_mode and item_factory
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 14 Jan 2020 08:47:17 +0000 (08:47 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 14 Jan 2020 21:25:54 +0000 (06:25 +0900)
After stabilizing efl_ui_textblox, these properties should be
kept as @beta.

ref T8522

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11093

src/lib/elementary/efl_ui_textbox.eo

index 6503385..d58cc4d 100644 (file)
@@ -31,7 +31,7 @@ class @beta Efl.Ui.Textbox extends Efl.Ui.Layout_Base implements Efl.Input.Click
             enabled: bool; [[$true to enable the contextual menu.]]
          }
       }
-      @property cnp_mode {
+      @property cnp_mode @beta {
          /* FIXME: Efl.Ui.Selection_Format does not allow markup without images! */
          [[Control pasting of text and images for the widget.
 
@@ -59,7 +59,7 @@ class @beta Efl.Ui.Textbox extends Efl.Ui.Layout_Base implements Efl.Input.Click
          }
       }
 
-      @property item_factory {
+      @property item_factory @beta {
          [[The factory that provides item in the text e.g.
            "emoticon/happy" or "href=file://image.jpg" etc.
          ]]