Description

A struct that expresses a press or unpress in item of container widget.

Fields

  • button - The button which was pressed or unpressed.
  • item - The corresponding item.

Signature

struct Efl.Ui.Item_Clickable_Pressed {
    button: int;
    item: Efl.Ui.Item;
}

C signature

typedef struct _Efl_Ui_Item_Clickable_Pressed {
    int button;
    Efl_Ui_Item *item;
} Efl_Ui_Item_Clickable_Pressed;