summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_radio_group_impl.eo
blob: 7de78992488c98a0ed8f58db27fcb67d45997d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class @beta Efl.Ui.Radio_Group_Impl extends Efl.Object implements Efl.Ui.Radio_Group
{
   [[Object with the default implementation for @Efl.Ui.Radio_Group.
   ]]
   implements {
      class.constructor;
      Efl.Object.destructor;
      Efl.Ui.Radio_Group.selected_value {get; set;}
      Efl.Ui.Radio_Group.register;
      Efl.Ui.Radio_Group.unregister;
      Efl.Ui.Single_Selectable.last_selected {get;}
      Efl.Ui.Single_Selectable.fallback_selection {set; get;}
   }
}