bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=20699d7f616032f2ec6ccb0972eff2491fd9c538
commit 20699d7f616032f2ec6ccb0972eff2491fd9c538 Author: Marcel Hollerbach <[email protected]> Date: Tue Dec 3 14:47:31 2019 +0100 efl_ui_radio_box: declare stable this was forgotten, the task for it (T8026) was even closed. Differential Revision: https://phab.enlightenment.org/D10786 --- src/lib/elementary/efl_ui_radio_box.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_radio_box.eo b/src/lib/elementary/efl_ui_radio_box.eo index e6b2259376..9aa0d87ab2 100644 --- a/src/lib/elementary/efl_ui_radio_box.eo +++ b/src/lib/elementary/efl_ui_radio_box.eo @@ -1,4 +1,4 @@ -class @beta Efl.Ui.Radio_Box extends Efl.Ui.Box composites Efl.Ui.Radio_Group +class Efl.Ui.Radio_Box extends Efl.Ui.Box composites Efl.Ui.Radio_Group { [[A standard @Efl.Ui.Box container which automatically handles grouping of any @Efl.Ui.Radio widget added to it in addition to regular widgets. --
