Table of Contents

Description

Selection-changed specific information.

Fields

Signature

struct Efl.Ui.Selection_Changed {
    type: Efl.Ui.Selection_Type;
    seat: int;
    display: void_ptr;
    exist: bool;
}

C signature

typedef struct _Efl_Ui_Selection_Changed {
    Efl_Ui_Selection_Type type;
    int seat;
    void *display;
    Eina_Bool exist;
} Efl_Ui_Selection_Changed;