1class Efl.Ui.Radio_Box extends Efl.Ui.Box composites Efl.Ui.Radio_Group
2{
3   [[A standard @Efl.Ui.Box container which automatically handles grouping of any @Efl.Ui.Radio
4     widget added to it in addition to regular widgets.
5
6     All @Efl.Ui.Radio widgets are added to the same internal group which you only indirectly
7     access through this object.
8
9     @since 1.24
10   ]]
11   implements {
12      Efl.Pack.pack_clear;
13      Efl.Pack.unpack_all;
14      Efl.Pack.unpack;
15      Efl.Pack.pack;
16      Efl.Pack_Linear.pack_begin;
17      Efl.Pack_Linear.pack_end;
18      Efl.Pack_Linear.pack_before;
19      Efl.Pack_Linear.pack_after;
20      Efl.Pack_Linear.pack_at;
21      Efl.Pack_Linear.pack_unpack_at;
22      Efl.Object.constructor;
23   }
24}
25