Efl.Ui.Selection.selection_clear

Description

Clear the selection data from the object

Signature

selection_clear {
    params {
        @in type: Efl.Ui.Selection_Type;
        @in seat: uint;
    }
}

C signature

void efl_ui_selection_clear(Eo *obj, Efl_Ui_Selection_Type type, unsigned int seat);

Parameters

  • type (in) - Selection Type
  • seat (in) - Specified seat for multiple seats case.

Implemented by