Efl.Ui.Radio_Group.unregister

Description

Unregister an Efl.Ui.Radio button from this group. This will unlink the behavior of this button from the other buttons in the group, but if it still belongs to a layout, it will still be rendered.

If the button was not registered in the group the call is ignored. If the button was selected, no button will be selected in the group after this call.

See also Efl.Ui.Radio_Group.register.

Since 1.23

Signature

unregister @pure_virtual {
    params {
        @in radio: Efl.Ui.Radio;
    }
}

C signature

Parameters

  • radio (in) - The radio button to remove from the group.

Implemented by