From 20699d7f616032f2ec6ccb0972eff2491fd9c538 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 3 Dec 2019 14:47:31 +0100 Subject: [PATCH] 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.