Efl.Ui.Collection.select_mode

Description

The mode type for children selection.

Values

  • mode - Type of selection of children

Overridden from Efl.Ui.Multi_Selectable.select_mode (get, set).

Signature

@property select_mode @pure_virtual {
    get {}
    set {}
    values {
        mode: Efl.Ui.Select_Mode;
    }
}

C signature

Efl_Ui_Select_Mode efl_ui_selectable_select_mode_get(const Eo *obj);
void efl_ui_selectable_select_mode_set(Eo *obj, Efl_Ui_Select_Mode mode);

Implemented by