efl_ui_radio_box: declare stable

this was forgotten, the task for it (T8026) was even closed.

Differential Revision: https://phab.enlightenment.org/D10786
This commit is contained in:
Marcel Hollerbach 2019-12-03 14:47:31 +01:00
parent 655472d9c9
commit 20699d7f61
1 changed files with 1 additions and 1 deletions

View File

@ -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.